At the end of May I made a small game as my 4x4x4 entry:
The game is called mirr/orb. It's a puzzle game where you bounce lasers off of mirrors to activate orbs. I made a level generator tool to help build puzzles, so it ships with 870 puzzles that span 110 levels of play. This game was made in Rust using my mgfw minigame framework.
- mirrorb_emoji.png (3.24 KiB) Viewed 1910 times
https://syn9dev.itch.io/mirrorb
I expected that to be my entry, but a couple weeks ago we were talking about programming languages in the discord and we went off onto a tangent of what the desirable features would be for a language that facilitated gamedev prototyping. We called the language Tentacode. After a few days of tossing around ideas and prototyping an interpreter, I put together a little minigame.
This game is called Catfish Bouncer. Little blue balls appear and you use the mouse to bounce them around toward the cat. it's like pong, but you're feeding the cat imaginary fish. When this was originally created the new language didn't support sprites.
- catfish_emoji.png (4.09 KiB) Viewed 1910 times
Windows Download (interpreter that runs tentacode source):
https://syn9.thehideoutgames.com/gdr/ca ... ouncer.zip
Then I think Friday, I made a comment about thinking about making a roguelike in tentacode based on this
python tutorial, so I jammed one out over the weekend. This one came in around 950 lines of tentacode source, which is included in the download.
The game is called Legend of the Rogue Tentacle. I will probably actually keep adding on to it. Currently there is only one level, use the arrow keys to move around and bump into things to attack. Press 'G' to pickup items, 'H' to use health potions, 'M' to use mana potion, 'C' to cast spells, and 'D' to go down stairs. The goal is to kill all the baddies until you get tired and give up XD. For this one I used 0xDB's
1bit sprite pack.
- lort.png (3.63 KiB) Viewed 1910 times
Windows Download (interpreter that runs tentacode source):
https://syn9.thehideoutgames.com/gdr/lort_v0.0.3.zip