[O]xxxxxx[[/\/\/\/\ DUST/\/\/\/\/\ >
- 🎮 It’s a dungeon-crawling game ported to 3DS. I’d call it dustlike, but it’s roguelike.
- 🗡️ That single-line ASCII art above is a sword, and the name ‘Dust’ is carved on it.
- 🐡 Dust copyright policy states that you’re free to use it, although it’s not 100% copyleft.
Contents
Install
Requires
Build
To build from sources, you have to install J2ME Wireless Toolkit 2.2, as well as the J2SE(TM) Development Kit 5.0 Update 6. Run build.bat, which should output binaries to the ‘output’ directory.
To install, copy the content of the ‘output’ directory to the microSD card from your 3DS. The destination directory has to have the ‘nds’ subdirectory, e.g. roms/nds/Pstros072nds/classes. Now load the Dust.class file with TwiLight Menu++ and the game is all for you.
Instructions
Directions
up
\|/
left-@-right
/|\
down
Others
Key | Action |
---|---|
A | climb up or down |
Select | swap the LCD screen |
Start | game over |
Tile | Type |
---|---|
> | stairs down |
< | stairs up |
= | wall |
+ | door |
c | 🐮 speaking cow |
@ | player |
Inspired by
Story
_________________________________________
/ The Fighters Guild is ready to be \
| established in a ghost town. Because of |
| your position as a dungeon crawler, |
| warrior-bard Ossian had ordered you to |
| crawl down to level 99. He believes |
| that your success can help |
\ the Fighters Guild. /
-----------------------------------------
\ ^__^
\ (..)\_______
(__)\ )\/\
||----w |
|| |
Jokes
# speaking Streem
menu1 = ["Contents", " Install", " Requires", " Build"]
menu2 = [" Instructions", " Directions", " Others"]
menu3 = ["Inspired by", "Story", "Jokes"]
menu = concat(menu1, concat(menu2, menu3))
menu | stdout