Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seng3694/snake
Snake game project for testing Love2D
https://github.com/seng3694/snake
game love2d love2d-framework lua snake snake-game
Last synced: about 2 months ago
JSON representation
Snake game project for testing Love2D
- Host: GitHub
- URL: https://github.com/seng3694/snake
- Owner: Seng3694
- License: mit
- Created: 2018-10-28T17:19:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-11T16:40:43.000Z (about 6 years ago)
- Last Synced: 2024-10-31T04:24:40.559Z (3 months ago)
- Topics: game, love2d, love2d-framework, lua, snake, snake-game
- Language: Lua
- Size: 1.35 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snake Game #
Small project for testing the [Love2D][1] game framework.![Preview][6]
### Resources ###
Font in the beginning is from [Pizzadude][2].
Any other "art" is made by myself. You can use it like you want.### Tools ###
- Drawing: [Aseprite][3]
- Animating: [Aseprite][3]
- Maps: [Tiled][4]
- Music: [BeepBox][5]### Modules ###
- Json: [rxi][7]
- Serialization: [Julio Manuel Fernandez-Diaz][8][1]:https://love2d.org/
[2]:https://www.1001fonts.com/arcadeclassic-font.html
[3]:https://www.aseprite.org/
[4]:https://www.mapeditor.org/
[5]:https://beepbox.co/
[6]:preview.gif
[7]:https://github.com/rxi/json.lua
[8]:https://github.com/facebookarchive/luaffifb/blob/master/pretty.lua