This game is made when i was a beginner in c++ coving all the conceots of OOPS and pointers
- WASD Movement Mapping: Users can use WASD Keys to move the chanracter around a 16x16 board
- High Score Remembering: The game can remeber the last high score. the game is open source.
- Unique Leveling System: A the power of snake reaches a certain number its level and speed increases making the scoring more tough. The snake can eat itself to reduce its power and level
To learn concepts of OOPS in a Fun and Interesting ways.
- Clone the repo:
git clone https://github.com/dark-king-001/Snake_Game.git- Install SFML for linux:
sudo apt-get install libsfml-dev- Enter the Folder:
cd Snake_Game- run the game:
make test

