Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miltontom/snake
My own implementation of the classic Snake game.
https://github.com/miltontom/snake
love2d lua lua-game snake snake-game
Last synced: about 2 months ago
JSON representation
My own implementation of the classic Snake game.
- Host: GitHub
- URL: https://github.com/miltontom/snake
- Owner: miltontom
- Created: 2024-05-07T23:59:45.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-12T05:39:20.000Z (8 months ago)
- Last Synced: 2024-10-31T04:24:12.613Z (3 months ago)
- Topics: love2d, lua, lua-game, snake, snake-game
- Language: Lua
- Homepage: https://miltontom.itch.io/snake
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Static Badge](https://img.shields.io/badge/L%C3%96VE-11.4-blue)
![Static Badge](https://img.shields.io/badge/Version-1.2.0-blue)# Snake
A basic implementation of the classic Snake game in LÖVE## Gameplay
## Controls
`↑` - Up
`↓` - Down
`←` - Left
`→` - Right
`q` - Quit
`p` - Pause/Resume
`g` - Enable/Disable grid, disabled by default
`Space` - Restart on game over