Snakey is a remake of the classic Snake 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.
- Create an issue and describe your contribution
- Fork it
- Create a new branch for your contribution (
git checkout -b my-contribution
) - Commit your changes (
git commit -am 'New feature added'
) - Publish the branch (
git push origin my-contribution
) - Create a Pull Request
- Done ✅
- Written by Pedro Alves
- Made with LÖVE