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

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

Awesome Lists containing this project

README

        

# Snake Game in Fennel

![Game being played](game-screen.png)

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.0

Both 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.