Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 392 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 392 Bytes

How to clone this repo :

  • Use this command in your cmd/termianl.
git clone https://github.com/deamon2003/Snake_Game_v2.git
  • And after cloning this repository go inside the repository by using.
cd Snake_game_v2.git

To run the program

g++ -I include src/main.cpp src/SnakeGame.cpp -lsfml-graphics -lsfml-window -lsfml-system