Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.39 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.39 KB

SnakeGame (HungrySnake Harvest)

It works with raylib version 4.5. Tested on both Windows 10 and Windows 11.

-- Utkarsh Dikshit


Img_snakegame


How to see the code

From the Explorer Window of VS Code navigate to the src folder and double click on the SnakeGame.cpp file.

How to run the game

Method_1: Double click on the "main.code-workspace" then navigate to src/SnakeGame.cpp file and then press F5, to create .exe file and start running.
Above method, only works if you have raylib installed on your system (In case of any error (like raylib.h not found)), just close the VS Code and double click on the "main.code-workspace".


Method_2: Open "HungrySnake Harvest (Only Game)" folder, then double click on HungrySnake Harvest.exe file