Fuzed DS: Difference between revisions

From GameBrew
(Created page with "{{Infobox homebrew | title = Fuzed DS | image = File:Fuzed01bds.png | type = Puzzle Platform | version = | licence = Mixed | author = Rel...")
 
m (Text replacement - "2nd prize)" to "2nd place)")
 
(24 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox homebrew
{{Infobox DS Homebrews
| title       = Fuzed DS
|title=Fuzed DS
| image       = [[File:Fuzed01bds.png]]
|image=fuzed.png
| type       = Puzzle Platform  
|description=Puzzle platformer.
| version     =  
|author=Relminator
| licence    = Mixed
|lastupdated=2012/09/18
| author      = Relminator
|type=Platform
| website     = http://rel.phatcode.net/index.php?action=contents&item=Fuzed-DS
|version=0.01
| download    = Media:Fuzed01bds.rar
|license=Mixed
| source      =
|download=https://dlhb.gamebrew.org/dshomebrew/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.


Puzzle platformer game with 16 levels.
It was a contest entry to the NEO Retro Coding Compo 2013 (Game, 2nd place).


==Installation==
==Installation==
#Download and extract file
Download and extract file.
#Copy .nds file to the root directory of the card


==Objectives==
Copy .nds file to the root directory of the card.
Rescue all the Pink Snipes and go to the exit.


==User guide==
==User guide==
Player is a blue-bombing-magic-wielding-beer-bellied-bad-ass-creature. Use the different types of blocks to solve levels. Try to run the demo to see gameplay. Basically a bastard son of Solomons's key, Moai Kun, Mario and Bomberman.
You're a blue-bombing-magic-wielding-beer-bellied-bad-ass-creature. Rescue all the Pink Snipes and go to the exit.


Some Enemies are not killed by your normal attack. All enemies can be killed by either:
Some enemies cannot be not killed by normal attack. All enemies can be killed by either:
:Bombs
* Bombs.
:Magic
* Magic.
:Blocks falling or blocks being thrown
* Blocks falling or blocks being thrown.
:Use Blocks to solve the puzzle
* Use Blocks to solve the puzzle.
:4 types types of special blocks
* 4 types types of special blocks.


Magic can only be used after collecting it. Bombs can only be used after collecting it.
Magic can only be used after collecting it. Bombs can only be used after collecting it.


'''Type 1: Soft (Light Orage )'''
'''Special blocks:'''
:Can be destroyed by normal attack
{| class="wikitable"
:Can be destroyed by bombs
|-
:Cannot be pushed
!style="width: 20%;"| Type  
:Not Affected by gravity
!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 (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.
|-
|}


'''Type 2: Soft (Light Brown )'''
Choose Run Demo on the title screen to see the gameplay.
:Can be destroyed by normal attack
:Can be destroyed by bombs
:Can be pushed
:Affected by gravity
:Can destroy enemies by falling on them


'''Type 3: Hard (Dark Red )'''
==Controls==
:Cannot be destroyed by normal attack
A - Jump
:Normal attack throws them left or right
:Cannot be destroyed by bombs
:Can be pushed
:Affected by gravity
:Can destroy enemies by falling on them
:Can destroy enemies by being thrown on them


'''Type 4: Vanishing (Dark Green )'''
B - Normal Short range Attack
:Cannot be destroyed by normal attack
:Cannot be destroyed by bombs
:Cannot be pushed
:Not Affected by gravity
:Vanishes 1 second after you step on them


[[File:Fuzed01bds2.png]]
B+Down - Place Bombs


Choose "Run Demo" on the title screen to see the gameplay.
X - Cast terrain following magic


==Controls==
X+Down - Cast gravity based magic
A - jump


B - normal Short range Attack
Start - Pause


B+Down - place Bombs
'''Pause mode:'''


X - cast terrain following magic
D-Pad - Survey the level


X+Down - cast gravity based magic
R - Zoom out
 
Start - pause


D-pad - survey the level
Select - Give up on a level


R - Zoom out
==Screenshots==
https://dlhb.gamebrew.org/dshomebrew/fuzed2.png
https://dlhb.gamebrew.org/dshomebrew/fuzed3.png


Select - give up on a level
https://dlhb.gamebrew.org/dshomebrew/fuzed4.png
https://dlhb.gamebrew.org/dshomebrew/fuzed5.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 = 'desmume2015';
EJS_gameName = "Fuzed DS";
EJS_gameUrl = 'https://dlhb.gamebrew.org/onlineemulators/nds/fuzed.7z';
</script>
{{EmulatorJS Loader}}
}}
{{DS Control Settings}}
<!--END Online Emulator Section-->
==Compatibility==
Works on emulators No$gba and DeSmuME.


==Credits==
==Credits==
Programming: Richard Eric M. Lope BSN RN (relminator)
Programming: Richard Eric M. Lope BSN RN (relminator).


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.


Additional code:
Additional code:
#Jasper Vijn (cearn/coranac.com) for atan2 and qran/qran_range
* Jasper Vijn (cearn/coranac.com) for atan2 and qran/qran_range.
#libnds example files.
* 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


[[Category:Homebrew applications]]
[[Category:Platform Games on DS]]
[[Category:Puzzle Games on DS]]
[[Category:NEO Retro Coding Compo 2013]]

Latest revision as of 16:23, 31 May 2024

Fuzed DS
Fuzed.png
General
AuthorRelminator
TypePlatform
Version0.01
LicenseMixed
Last Updated2012/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

fuzed2.pngfuzed3.png

fuzed4.pngfuzed5.png

Online Emulator

Can use gamepad or customise in the control settings.
Nintendo DS 🎮 Keyboard
C-a.png Kb-z.png
C-b.png Kb-x.png
C-x.png Kb-a.png
C-y.png Kb-s.png
C-start.png Kb-enter.png
C-select.png Kb-v.png
C-l.png Kb-q.png
C-r.png Kb-e.png
C-pad.png Kb-dpad.png

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

Advertising: