#Word Game
1 messages · Page 1 of 1 (latest)
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?
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