Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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