Skip to content

ahmed-debbech/snaykie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snaykie

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.

Project status

This project is not under development anymore. We will be back!
Latest stable release is: v0.4.0

Installation

  • 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'

Usage

Open the app and then move the snake with arrows. That's it!
And don't hit the wall or yourself. \

Contribution

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.

Acknowlegment

Ahmed Debbech : Developer & Designer
Contact at: debbech.ahmed@gmail.com
Special thanks to Mohamed Amine Ayadi for designing the menus of the game and re-designing the snake.

License

This work is under Apache 2.0 License.
Copyright © 2019 Ahmed Debbech.
Copyright © 1997 - 2019 SDL Library.