More actions
No edit summary |
No edit summary Tag: Manual revert |
||
(26 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox | {{Infobox DS Homebrews | ||
| title | |title=Fuzed DS | ||
| image | |image=fuzed.png | ||
| type | |description=Puzzle platformer. | ||
| version | |author=Relminator | ||
| | |lastupdated=2012/09/18 | ||
| | |type=Platform | ||
| website | |version=0.01 | ||
| | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/dshomebrew2/fuzed.7z | |||
}} | |website=http://rel.phatcode.net/index.php?action=contents&item=Fuzed-DS | ||
|source=https://github.com/relminator/Fuzed-Neo | |||
}} | |||
Fuzed DS is a homebrew puzzle platformer for the NDS. The game contains 16 levels and is described as a combination of Solomons's key, Moai Kun, Mario and Bomberman. | |||
It was a contest entry to the NEO Retro Coding Compo 2013 (Game, 2nd place). | |||
==Installation== | ==Installation== | ||
Line 31: | Line 34: | ||
'''Special blocks:''' | '''Special blocks:''' | ||
{| class="wikitable | {| class="wikitable" | ||
|- | |- | ||
! Type | !style="width: 20%;"| Type | ||
!style="width: 10%;"|Soft/Light orange | |||
!style="width: 10%;"|Soft/Light brown | |||
!style="width: 30%;"|Hard/Dark red | |||
!style="width: 30%;"|Vanishing/Dark green | |||
|- | |- | ||
| Destructible (normal attack) || Yes || Yes || No (thrown left/right) || No | | Destructible (normal attack) || Yes || Yes || No (thrown left/right) || No | ||
Line 78: | Line 85: | ||
https://dlhb.gamebrew.org/dshomebrew/fuzed4.png | https://dlhb.gamebrew.org/dshomebrew/fuzed4.png | ||
https://dlhb.gamebrew.org/dshomebrew/fuzed5.png | https://dlhb.gamebrew.org/dshomebrew/fuzed5.png | ||
<!--BEGIN Online Emulator Section--> | |||
==Online emulator== | |||
{{EmulatorJS Main | |||
|width=515px | |||
|height=384px | |||
|EJS_backgroundImage=https://www.gamebrew.org/images/b/b5/Fuzed.png | |||
|EJS_core=desmume2015 | |||
|EJS_gameName=Fuzed DS | |||
|EJS_gameUrl=https://dlhb.gamebrew.org/onlineemulators/nds/fuzed.7z | |||
}} | |||
{{DS Control Settings}} | |||
<!--END Online Emulator Section--> | |||
==Compatibility== | ==Compatibility== | ||
Works on emulators No$ | Works on emulators No$gba and DeSmuME. | ||
==Credits== | ==Credits== | ||
Line 87: | Line 105: | ||
Design: Anya Therese B. Lope, Relminator. | Design: Anya Therese B. Lope, Relminator. | ||
Art: Marc Russell(SpicyPixel.Net), Adigun A. Polack. | Art: Marc Russell (SpicyPixel.Net), Adigun A. Polack. | ||
Toolchains: devkitPro,libnds, Easy GL2D and MaxMod. | Toolchains: devkitPro,libnds, Easy GL2D and MaxMod. | ||
Line 96: | Line 114: | ||
==External links== | ==External links== | ||
* | * Official website - http://rel.phatcode.net/index.php?action=contents&item=Fuzed-DS | ||
* GitHub - https://github.com/relminator/Fuzed-Neo | |||
[[Category: | [[Category:NEO Retro Coding Compo 2013]] | ||
Latest revision as of 13:03, 20 August 2024
Fuzed DS | |
---|---|
General | |
Author | Relminator |
Type | Platform |
Version | 0.01 |
License | Mixed |
Last Updated | 2012/09/18 |
Links | |
Download | |
Website | |
Source | |
Fuzed DS is a homebrew puzzle platformer for the NDS. The game contains 16 levels and is described as a combination of Solomons's key, Moai Kun, Mario and Bomberman.
It was a contest entry to the NEO Retro Coding Compo 2013 (Game, 2nd place).
Installation
Download and extract file.
Copy .nds file to the root directory of the card.
User guide
You're a blue-bombing-magic-wielding-beer-bellied-bad-ass-creature. Rescue all the Pink Snipes and go to the exit.
Some enemies cannot be not killed by normal attack. All enemies can be killed by either:
- Bombs.
- Magic.
- Blocks falling or blocks being thrown.
- Use Blocks to solve the puzzle.
- 4 types types of special blocks.
Magic can only be used after collecting it. Bombs can only be used after collecting it.
Special blocks:
Type | Soft/Light orange | Soft/Light brown | Hard/Dark red | Vanishing/Dark green |
---|---|---|---|---|
Destructible (normal attack) | Yes | Yes | No (thrown left/right) | No |
Destructible (bombs) | Yes | Yes | No | No |
Pushable | No | Yes | Yes | No |
Affected by gravity | No | Yes | Yes | No |
Can be dropped on enemies | No | Yes | Yes | No |
Other properties | - | - | Can destroy enemies by being thrown on them. | Vanishes 1 second after you step on them. |
Choose Run Demo on the title screen to see the gameplay.
Controls
A - Jump
B - Normal Short range Attack
B+Down - Place Bombs
X - Cast terrain following magic
X+Down - Cast gravity based magic
Start - Pause
Pause mode:
D-Pad - Survey the level
R - Zoom out
Select - Give up on a level
Screenshots
Online emulator
Nintendo DS | Keyboard |
---|---|
Compatibility
Works on emulators No$gba and DeSmuME.
Credits
Programming: Richard Eric M. Lope BSN RN (relminator).
Design: Anya Therese B. Lope, Relminator.
Art: Marc Russell (SpicyPixel.Net), Adigun A. Polack.
Toolchains: devkitPro,libnds, Easy GL2D and MaxMod.
Additional code:
- Jasper Vijn (cearn/coranac.com) for atan2 and qran/qran_range.
- libnds example files.
External links
- Official website - http://rel.phatcode.net/index.php?action=contents&item=Fuzed-DS
- GitHub - https://github.com/relminator/Fuzed-Neo