Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saadbazaz/snake.cpp

The first game I ever built, in first semester of university
https://github.com/saadbazaz/snake.cpp

Last synced: 25 days ago
JSON representation

The first game I ever built, in first semester of university

Awesome Lists containing this project

README

        

......................//WELCOME

HOW TO PLAY:
1. Install libraries again using "bash install-libraries.sh", even if you have done so before, as the libraries have been slightly altered.
2. Run "make"
3. Run "./game-release"
4. Enjoy the game!

BUILD 4.0:
-Updated Level 2
-Integrated savegame.txt, now player can save and resume game even after closing the application
-Updated GUI

FALLBACKS:
-savegame.txt does not store position of tail hence makes it easy to cheat
-Failure to create Level 3 with multiplayer mode (Insert COIN refers to Level Code 3)