https://github.com/iagoleal/fennel-snake
A simple implementation of the game Snake using fennel and love2d
https://github.com/iagoleal/fennel-snake
fennel game love2d snake
Last synced: about 2 months ago
JSON representation
A simple implementation of the game Snake using fennel and love2d
- Host: GitHub
- URL: https://github.com/iagoleal/fennel-snake
- Owner: iagoleal
- License: mit
- Created: 2021-01-09T17:19:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-04T06:13:04.000Z (about 4 years ago)
- Last Synced: 2025-01-20T04:41:56.484Z (3 months ago)
- Topics: fennel, game, love2d, snake
- Language: Lua
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snake Game in Fennel

This was a little one night project
to better acquaint myself with [fennel](https://fennel-lang.org/).
It is not very elaborate but the game is complete and playable.## How to play
The game starts at a random position.
You control the snake by pressing the arrow keys, `wasd` or `hjkl`.## Dependencies
- LÖVE 11.3
- Lume 2.3.0
- Fennel 0.7.0Both the Fennel and Lume libraries are bundled with the game in the `lib/` folder.
You only need to have LÖVE installed to run this.