More actions
(Created page with "{{Infobox DS Homebrews |title=MazeMan |image=Mazeman.png |description=A procedurally generated dungeon game for the Nintendo DS. |author=Luke Rodgers (convenient) |lastupdated...") |
m (Text replacement - "|download=https://dlhb.gamebrew.org/dshomebrew/" to "|download=https://dlhb.gamebrew.org/dshomebrew2/") |
||
(11 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
|version=2016 | |version=2016 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/ | |download=https://dlhb.gamebrew.org/dshomebrew2/mazeman.7z | ||
|website=https://github.com/convenient/mazeman | |website=https://github.com/convenient/mazeman | ||
|source=https://github.com/convenient/mazeman | |source=https://github.com/convenient/mazeman | ||
}} | }} | ||
MazeMan is 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. | 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 | 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== | ==User guide== | ||
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== | |||
{{EmulatorJS Main | |||
|width=515px | |||
|height=384px | |||
|EJS_backgroundImage=https://www.gamebrew.org/images/2/23/Mazeman.png | |||
|EJS_core=desmume2015 | |||
|EJS_gameName=MazeMan | |||
|EJS_gameUrl=https://dlhb.gamebrew.org/onlineemulators/nds/mazeman.7z | |||
}} | |||
{{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. | ||
Line 44: | Line 55: | ||
==External links== | ==External links== | ||
* Author's website - https://www.lukerodgers.co.uk | |||
* GitHub - https://github.com/convenient/mazeman | * GitHub - https://github.com/convenient/mazeman | ||
Latest revision as of 05:36, 16 August 2024
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