I'm at a loss. The other nRogue, looks so much better over all...
But this one... has the pretty trailing effect. It's just, so, pretty! Why can't the other one have it too... *sniffle*
nRogue (trans)
Root / Submissions / [.]
LohadLCreated:
Download:NS3NN3CJVersion:1.13eSize:86kB
Time to shake up the SmileBasic community with another game I translated -- Neko800's nRogue!
Ah, the grandfather of ASCII-based dungeon hack RPG, the daunting quest of searching that Amulet of Nendorโข and returning safely. Not to mention hundreds of hours wasted, flambรฉed by that ONE dastard Dragon...
The objective is to crawl down as many floors as you can without getting killed by monsters (marked A-Z), reach to B26F or beyond, get that Amulet of Nendor and climb back.
Press A to access your inventory. Use your items to fend off those beasts, but make sure you're using the CORRECT items!
If you've never played a roguelike before, my dear young friend, now's the time!
Do you constantly have a translation on the go? Or do you just do them as they catch your attention?
Replying to:Gaelstrom_Valence
I'm at a loss. The other nRogue, looks so much better over all...
But this one... has the pretty trailing effect. It's just, so, pretty! Why can't the other one have it too... *sniffle*
Cheer up, since I'm expecting you to beat BOTH games :D
Replying to:Gaelstrom_Valence
I'm at a loss. The other nRogue, looks so much better over all...
But this one... has the pretty trailing effect. It's just, so, pretty! Why can't the other one have it too... *sniffle*
Dang. Guess this means I'll have to remember stuff... or write down. *deep internal struggle* butilldoit! I... can. DO IT!
New SmileBasic user, this game is fun. It should be possible to modify the game so that it resembles the Epyx DOS version,
https://en.wikipedia.org/wiki/Rogue_(video_game)#/media/File:Rogue_Screen_Shot_CAR.PNG
since SmileBasic has most, if not all the "IBMGraphics" character set that DOS Rogue used.
https://en.wikipedia.org/wiki/Code_page_437
For example:
โ instead of # for corridors
rooms that look like this:
โโโโ
โ โฌโโโ
โโโโ
scrolls would look like: โช
and of course our hero would be: โบ
Replying to:CronoCloud
New SmileBasic user, this game is fun. It should be possible to modify the game so that it resembles the Epyx DOS version,
https://en.wikipedia.org/wiki/Rogue_(video_game)#/media/File:Rogue_Screen_Shot_CAR.PNG
since SmileBasic has most, if not all the "IBMGraphics" character set that DOS Rogue used.
https://en.wikipedia.org/wiki/Code_page_437
For example:
โ instead of # for corridors
rooms that look like this:
โโโโ
โ โฌโโโ
โโโโ
scrolls would look like: โช
and of course our hero would be: โบ
This should be possible! At the very end of the game code there is a large DATA block that contains the font definitions in hex. You could possible edit them to make it look like the old DOS character set.