Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pedroalvesv/snakey

Snakey is a remake of the classic Snake game with new features and different gameplay styles.
https://github.com/pedroalvesv/snakey

love2d love2d-framework snake snake-game

Last synced: about 2 months ago
JSON representation

Snakey is a remake of the classic Snake game with new features and different gameplay styles.

Awesome Lists containing this project

README

        

# Snakey

Snakey is a remake of the classic [_Snake_](https://en.wikipedia.org/wiki/Snake_(video_game)) with new features and different gameplay styles.

Currently, it is in constant development, so, until the first release, don't expect it to work properly.

## Contributing

1. Create an issue and describe your contribution
2. [Fork it](https://github.com/PedroAlvesV/Snakey/fork)
3. Create a new branch for your contribution (`git checkout -b my-contribution`)
4. Commit your changes (`git commit -am 'New feature added'`)
5. Publish the branch (`git push origin my-contribution`)
6. Create a Pull Request
7. Done :white_check_mark:

## Credits
* Written by [Pedro Alves](https://github.com/PedroAlvesV)
* Made with [LÖVE](https://love2d.org/)