Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pedroalvesv/snakey
- Owner: PedroAlvesV
- Created: 2017-02-21T06:02:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-17T22:00:20.000Z (about 7 years ago)
- Last Synced: 2024-10-31T04:24:57.421Z (3 months ago)
- Topics: love2d, love2d-framework, snake, snake-game
- Language: Lua
- Homepage:
- Size: 140 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)