-
Tiny Target
You can play the game at fightlessbirds.itch.io/tiny-target. Click/tap the targets as fast as you can! However, you’ll be penalized for misses. The target gets smaller with each hit. This was made as a submission for Lame Jam 46. Credit to @zako950 for the target image. I used it to learn Cerberus X’s tweening library. I…
-
Maze Game
Back in February I joined a game jam for BASIC-style programming languages. I was working with the theme of “maze.” Although I didn’t finish the game in time for the deadline, I did learn a bit on how mazes can be generated using different algorithms. My maze is generated using a simple reverse depth-first search…