No description
Find a file
2026-05-27 18:06:54 +01:00
docs add screenshot to readme 2026-05-27 15:44:06 +01:00
.gitignore init repo 2026-05-27 15:41:11 +01:00
bootstrap.fnl init repo 2026-05-27 15:41:11 +01:00
dev.sh init repo 2026-05-27 15:41:11 +01:00
fennel.lua init repo 2026-05-27 15:41:11 +01:00
L5.lua init repo 2026-05-27 15:41:11 +01:00
main.fnl use l5 map fn instead of custom re-map 2026-05-27 18:06:54 +01:00
main.lua init repo 2026-05-27 15:41:11 +01:00
minify.bb use l5 map fn instead of custom re-map 2026-05-27 18:06:54 +01:00
minify_test.bb init repo 2026-05-27 15:41:11 +01:00
README.md update readme with game jam info 2026-05-27 15:50:56 +01:00
TEMPLATE.md init repo 2026-05-27 15:41:11 +01:00

Time Guesser Game

This simple game for the TweetTweetJam 11 Game Jam on itch.io. The goal of the game is to hit space bar the exact time the goal time appears. The main requriment is the game must be 500 or less characters of code. I implmented a custom fennel code minifier to help get me to that number.

This game is made with the L5 Fennel template. For the docs on that read ./TEMPLATE.md

Dev

To get hot reloading dev experience run:

$ echo main.fnl | entr -r ./dev.sh

Dev minifier

When working on the minifier code you can also get hot reloading with char count printing; just run:

$ echo minify.bb | entr -s './minify.bb main.fnl && wc -c main.min.fnl'

Run minifier unit tests:

$ bb minify_test.bb

Screenshot

Screenshot