Commit Briefs

Omar Polo

fix default love executable to match OpenBSD (main)


Omar Polo

default LOVE to love-11.4


Omar Polo

reset direction after game over


Omar Polo

initial import


Branches

Tags

This repository contains no tags

Tree

LICENSEcommits | blame
Makefilecommits | blame
README.mdcommits | blame
main.fnlcommits | blame
tick.luacommits | blame

README.md

# SN4K3

> a dead simple snake reimplementation written in fennel, for love2d

Needs fennel and love installed.  Run:

	$ make

to "compile" the game and run it.  Path to the fennel compiler and
love executable can be provided as:

	$ make FENNEL=/path/to/fennel LOVE=/path/to/love

and defaults to `fennel-5.1` and `love`.