A very simple snake game that was developed as an educational project for C++ Programming language.
Snaykie uses SDL Library.
This is a work in progress by Ahmed Debbech.
This project is not under development anymore. We will be back!
Latest stable release is: v0.4.0
- Compile from source: clone the repo in your desired directory and then a 'make' command in the 'src' directory will compile & execute from source.
Note: You should install SDLv1.2 in order to work properly. - You can download the Windows binary from here. decompress the zip file and open the folder and execute 'snaykie.exe'
Open the app and then move the snake with arrows. That's it!
And don't hit the wall or yourself. \
Pull requests are of course welcome. For major changes please open an issue first to discuss.
Fork the repo even if you just want to experiment with it.
- All Prod. and mainline releases are maintained only by Ahmed Debbech.
No documentation is available yet as the project is still in progress and the API is not considered stable.
Ahmed Debbech : Developer & Designer
Contact at: [email protected]
Special thanks to Mohamed Amine Ayadi for designing the menus of the game and re-designing the snake.
This work is under Apache 2.0 License.
Copyright © 2019 Ahmed Debbech.
Copyright © 1997 - 2019 SDL Library.