Thomas Deeb, Software Developer



Maze Burrow

Technologies: MonoGame, Visual Studio, Tiled, HLSL, Mono mkbundle, Git

Maze Burrow is a 2D Sokoban-inspired puzzle game that involves pushing and pulling blocks. The premise is an echidna's burrow is turned into a maze by moles, and the echidna must solve puzzles to unlock portals and escape the burrow. Gameplay involves interacting with obstacles to move patterned blocks into matching tiles to ultimately activate the level portal. The level is complete once the player steps onto an active level portal.

My inspiration for Maze Burrow comes from some of my favorite puzzle games, such as Mole Mania (Game Boy) and Toki Tori (Game Boy Color). The goal of this project was to solo-develop a fun game that I can finish and self-publish in a reasonable amount of time. The design went through a few different iterations and originally started out as a puzzle-platformer very close to Toki Tori. After evaluating playtester feedback and running into design issues, I rethought things and ended up going with the current Sokoban-like design. This allowed me to keep the core gameplay simple and focus on level design and unique puzzle mechanics.

I developed Maze Burrow in C# using the MonoGame framework and the Tiled map editor. Some of the art, such as the echidna and moles, was commissioned from artists on Fiverr and other mediums, while the majority of the music and sounds are royalty-free. The code itself is licensed under the Mozilla Public License 2.0.

Maze Burrow was released for Windows, GNU/Linux, and macOS on March 31, 2020 on Steam and itch.io. One year after release, on March 31, 2021, I published a postmortem covering Maze Burrow's history and the lessons I learned post-launch.

Steam

Itch.io


Showcase


Gameplay involves pushing and pulling blocks. Players can undo a move if they make a mistake.

Various obstacles are introduced over time to create increasingly complex and interesting puzzles.

Boss levels against moles change up the pace by adding action elements into the mix.