From f94269caa0a443f64bed7ad9357d0b034150dc70 Mon Sep 17 00:00:00 2001 From: Travis Shears Date: Wed, 27 May 2026 15:50:56 +0100 Subject: [PATCH] update readme with game jam info --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 888378a..d822a54 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Time Guesser Game -This game is made with the L5 Fennel template. For the docs on that read ./TEMPLATE.md +This simple game for the [TweetTweetJam 11 Game Jam on itch.io](https://itch.io/jam/tweettweetjam-11). 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