#Word Game

1 messages · Page 1 of 1 (latest)

coarse wolf
#

You'll have to be more specific with your request. What have you done so far, where did you get stuck, is there a particular aspect that you need help figuring out?

coral jewel
#

Firstly I downloaded Raylib , but I don't know how to use the terminal screen in Notepad++ or how to view the graphical interface."

#

I don't find videos about this?

coarse wolf
#

Oh okay you need help with the initial setup, let's forget about the game for now. Setup is more straightforward with a code editor like VSCode but if you want to use Notepad++ you may want this for autocompletions to work.
https://github.com/raysan5/raylib/tree/master/projects/Notepad%2B%2B
Apart from that did you install raylib from the installer or did you grab the binaries from github? Or maybe built it yourself?

#

The files in the above address also include build scripts for Notepad++ so you don't need to use the terminal to build your project

#

But they assume you've installed raylib with the installer in the website to the default install location C:\raylib