View on GitHub

dust

🗡️ The Fighters Guild

[O]xxxxxx[[/\/\/\/\ DUST/\/\/\/\/\ >

Contents

  1. Install
  2. Instructions
  3. Inspired by
  4. Story
  5. Jokes

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

README 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

Dust