Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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