Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/saadbazaz/snake.cpp
- Owner: SaadBazaz
- Created: 2024-05-06T04:59:49.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-06T05:00:42.000Z (6 months ago)
- Last Synced: 2024-05-06T06:23:13.929Z (6 months ago)
- Language: C++
- Size: 1.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
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 GUIFALLBACKS:
-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)