More actions
No edit summary |
No edit summary |
||
Line 34: | Line 34: | ||
https://dlhb.gamebrew.org/dshomebrew/mazeman4.png | https://dlhb.gamebrew.org/dshomebrew/mazeman4.png | ||
https://dlhb.gamebrew.org/dshomebrew/mazeman5.png | https://dlhb.gamebrew.org/dshomebrew/mazeman5.png | ||
<!--BEGIN Online Emulator Section--> | |||
==Online Emulator== | |||
{{#tag:html| | |||
<div style='width:520px;height:390px;max-width:100%'><div id='game'></div></div> | |||
<script type='text/javascript'> | |||
{{DS EmulatorJS Settings}} | |||
EJS_core = 'nds'; | |||
EJS_gameName = "MazeMan"; | |||
EJS_gameUrl = 'https://dlhb.gamebrew.org/dshomebrew/mazeman.7z'; | |||
</script> | |||
{{EmulatorJS Loader}} | |||
}} | |||
{{DS Control Settings}} | |||
<!--END Online Emulator Section--> | |||
==Compatibility== | ==Compatibility== | ||
Works fine with DeSmuME on Windows XP. However it occasionally crashes on Ubuntu 15.10 machine. | Works fine with DeSmuME on Windows XP. However it occasionally crashes on Ubuntu 15.10 machine. |
Revision as of 03:24, 19 November 2023
MazeMan | |
---|---|
General | |
Author | Luke Rodgers (convenient) |
Type | Action |
Version | 2016 |
License | Mixed |
Last Updated | 2016/01/20 |
Links | |
Download | |
Website | |
Source | |
MazeMan is a procedurally generated dungeon game for the Nintendo DS, with 5 levels and a boss level at the end. The name MazeMan is homage to Jumpman, which is what Mario was originally called in Donkey Kong.
It was initially a command line game on Windows, the original C source for this game was converted into C++ to be compatible with devkitARM and libNDS.
User guide
You take control of MazeMan. Escape the 5 dungeons.
Open colour coded doors. Grab some gold. Kill zombies.
Controls
D-Pad - Move mazeman
A - Operate the switches
B - Attack with sword
Screenshots
Online Emulator
Nintendo DS | Keyboard |
---|---|
Compatibility
Works fine with DeSmuME on Windows XP. However it occasionally crashes on Ubuntu 15.10 machine.
The R4 flash cartridge on the actual hardware seems to work reliably.
Credits
Joseph Colicchio (colicchio).
External links
- Author's website - https://www.lukerodgers.co.uk
- GitHub - https://github.com/convenient/mazeman