Ascii Maze by summaky
Ascii Maze is a simple top-view game in where players must find the exit to escape a randomly generated ASCII art maze. It has three different maze generation algorithms and the maze size is configurable.
I've made Ascii Maze in C++ and libtcod for Windows, Mac OS X, and GNU/Linux. I also wrote the game using Literate Programming as a methodology, so all the source code is described in the README file inside the package, in pain text and PDF formats. The source code files inside the src folder are tangled from the plain text README document using a homegrown tool called atangle.
I made Ascii Game simple on purpose since doing a any kind of literate program requires some time and in LD48 that's precisely what lacks the most. Of course, this is all an excuse for my piss-poor imagination. And not even a good one... ;_;
I've made Ascii Maze in C++ and libtcod for Windows, Mac OS X, and GNU/Linux. I also wrote the game using Literate Programming as a methodology, so all the source code is described in the README file inside the package, in pain text and PDF formats. The source code files inside the src folder are tangled from the plain text README document using a homegrown tool called atangle.
I made Ascii Game simple on purpose since doing a any kind of literate program requires some time and in LD48 that's precisely what lacks the most. Of course, this is all an excuse for my piss-poor imagination. And not even a good one... ;_;
Ratings
| Coolness | 56% | 2 |
| Overall | 2.00 | 452 |
| Audio | 1.00 | 371 |
| Community | 2.29 | 289 |
| Fun | 1.65 | 459 |
| Graphics | 2.08 | 395 |
| Humor | 1.31 | 411 |
| Innovation | 1.56 | 480 |
| Theme | 2.35 | 396 |
Your source is amazingly well structured.