More actions
(Created page with "{{Infobox Switch Homebrews |title=NX-DungeonRush |image=nxdungeonrushswitch.png |description=A game inspired by Snake, in pure C with SDL2. |author=abysphalt |lastupdated=2021/06/14 |type=Other Games |version=1.2.1 |license=GPL-3.0 |download=https://dlhb.gamebrew.org/switchhomebrews/nxdungeonrushswitch.7z |website=https://gbatemp.net/threads/nx-dungeonrush.588889/ |source=https://github.com/abysphalt/nx-DungeonRush |donation= }} {{#seo: |title=Switch Homebrew Games (Othe...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=NX-DungeonRush | |title=NX-DungeonRush | ||
|image= | |image=nxdungeonrushnx.png | ||
|description=A game inspired by Snake, in pure C with SDL2. | |description=A game inspired by Snake, in pure C with SDL2. | ||
|author=abysphalt | |author=Djakku (abysphalt) | ||
|lastupdated=2021/06/14 | |lastupdated=2021/06/14 | ||
|type=Other Games | |type=Other Games | ||
Line 13: | Line 13: | ||
|donation= | |donation= | ||
}} | }} | ||
Port of [https://xfangfang.github.io/DungeonRush-PSV/ DungeonRush] to the Nintendo Switch. | |||
The original game was written by Rapiz1 in C with SDL2 for an assignment. | |||
Please note that only 1 player mode is available. | |||
==Installation== | |||
Move the .nro file and config.ini to sdmc:/switch/DungeonRush/. | |||
You can edit config.ini to change Player 1 name. | |||
Folder structure: | |||
*sdmc:/switch/DungeonRush/nx-DungeonRush.nro | |||
*sdmc:/switch/DungeonRush/config.ini | |||
==User guide== | |||
Collect heros to enlarge your army while defending yourself from the monsters. Each level has a target length of the hero queue. Once it's reached, you will be sent to the next level and start over. | |||
There are lots of stuff that will be adjusted according to the level you're on, including factors of HP and damage, duration of buffs and debuffs, the number and strength of monsters and so on. | |||
===Weapons=== | |||
There are powerful weapons randomly dropped by the monsters. Different kinds of heros can be equipped with different kind of weapons. | |||
===Buff and Debuff=== | |||
There's a possibility that the attack from one with weapon triggers certain buff on himself or debuff on the enemey. | |||
*IceSword can frozen enemeys. | |||
*HolySword can give you a shield that absorbs damage and makes you immune to debuff. | |||
*GreatBow can increase the damage of all your heros' attack. | |||
And so on. Of course, some kinds of monsters have weapons that can put a debuff on you (like the troublesome muddy monsters can slow down your movement). | |||
==Controls== | |||
A - Select | |||
D-Pad - Movement | |||
Plus - Pause game | |||
Minus - Exit (on main menu), Clear the stage (in game) | |||
==Screenshots== | ==Screenshots== | ||
https://dlhb.gamebrew.org/switchhomebrews/ | https://dlhb.gamebrew.org/switchhomebrews/nxdungeonrushnx2.png | ||
==Changelog== | ==Changelog== | ||
''' | '''v1.2.1 2012/06/14''' | ||
* | *Added icon. | ||
*Added all the /res folder into the NRO. | |||
*Changed text.txt file to config.ini. | |||
*Keep config.ini in the same folder as the NRO. | |||
*You can edit config.ini to change player 1 name. | |||
*Removed networking. | |||
'''v1.2 2021/06/07''' | |||
*Deactivated Multplayer mode. | |||
*At the moment, choosing multiplayer will Run Singleplayer game. | |||
*You need to download the Zip file and unzip it in the switch folder otherwise the game will crash. | |||
'''v1.1-alpha''' | |||
*Initial port to Nintendo Switch. | |||
*Only one player mode have been tested. | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/abysphalt/nx-DungeonRush | ||
* | * GBAtemp - https://gbatemp.net/threads/nx-dungeonrush.588889/ | ||
* ForTheUsers - https://apps.fortheusers.org/switch/DungeonRush |
Revision as of 00:46, 12 Mayıs 2023
NX-DungeonRush | |
---|---|
File:Nxdungeonrushnx.png | |
General | |
Author | Djakku (abysphalt) |
Type | Other Games |
Version | 1.2.1 |
License | GPL-3.0 |
Last Updated | 2021/06/14 |
Links | |
Download | |
Website | |
Source | |
Port of DungeonRush to the Nintendo Switch.
The original game was written by Rapiz1 in C with SDL2 for an assignment.
Please note that only 1 player mode is available.
Installation
Move the .nro file and config.ini to sdmc:/switch/DungeonRush/.
You can edit config.ini to change Player 1 name.
Folder structure:
- sdmc:/switch/DungeonRush/nx-DungeonRush.nro
- sdmc:/switch/DungeonRush/config.ini
User guide
Collect heros to enlarge your army while defending yourself from the monsters. Each level has a target length of the hero queue. Once it's reached, you will be sent to the next level and start over.
There are lots of stuff that will be adjusted according to the level you're on, including factors of HP and damage, duration of buffs and debuffs, the number and strength of monsters and so on.
Weapons
There are powerful weapons randomly dropped by the monsters. Different kinds of heros can be equipped with different kind of weapons.
Buff and Debuff
There's a possibility that the attack from one with weapon triggers certain buff on himself or debuff on the enemey.
- IceSword can frozen enemeys.
- HolySword can give you a shield that absorbs damage and makes you immune to debuff.
- GreatBow can increase the damage of all your heros' attack.
And so on. Of course, some kinds of monsters have weapons that can put a debuff on you (like the troublesome muddy monsters can slow down your movement).
Controls
A - Select
D-Pad - Movement
Plus - Pause game
Minus - Exit (on main menu), Clear the stage (in game)
Screenshots
Changelog
v1.2.1 2012/06/14
- Added icon.
- Added all the /res folder into the NRO.
- Changed text.txt file to config.ini.
- Keep config.ini in the same folder as the NRO.
- You can edit config.ini to change player 1 name.
- Removed networking.
v1.2 2021/06/07
- Deactivated Multplayer mode.
- At the moment, choosing multiplayer will Run Singleplayer game.
- You need to download the Zip file and unzip it in the switch folder otherwise the game will crash.
v1.1-alpha
- Initial port to Nintendo Switch.
- Only one player mode have been tested.
External links
- GitHub - https://github.com/abysphalt/nx-DungeonRush
- GBAtemp - https://gbatemp.net/threads/nx-dungeonrush.588889/
- ForTheUsers - https://apps.fortheusers.org/switch/DungeonRush