Simple 2D Snake Game "Snake Lol" made from scratch using C++ and SFML library.
Clone or download this repository, and then open in Visual Studio Code.
git clone https://github.com/BillyFrcs/SnakeLol.git
- Just press "ctrl + shift + B" to build and run the game.
- Choose option to Debug or Release.
- To build the game manually, just type
./build.sh
in the terminal. make sure that you're in the right project directory. - Please check this DOCS for more details to setup and configuration this project.
Get the SFML Template for making games from scratch using Visual Studio Code.