Nanorogue by mdhughes
A downloadable game
_
|\ | _.._ _ |_) _ _ _
| \|(_|| |(_)| \(_)(_||_|(/_
_|
Copyright (C) 2021 by Mark Damon Hughes
https://mdhughes.tech/
Permission is granted to copy this disk
in its entirety.
Turbo Basic XL by Frank Ostrowski, 1985
_______________________________________
Full explanation of the source & pre-
processor are on my blog:
https://mdhughes.tech/category/basic
_______________________________________
NanoRogue is an extremely limited vari-
ation on Rogue. All that remains is one
level of random walls and floors, with
treasure chests, Rats, Zombies, & fear-
some Dragons!
. Floor R Rat (1 HP)
# Wall Z Zombie (9 HP)
> Stairs Down D Dragon (21 HP)
@ Player $ Chest (1-20 GP)
Below the map, you will see your stats:
H: Hit Points, at 0 you die
L: Level, increasing power/max HP
G: Gold Pieces accumulated
When Gold exceeds Level x 10, you Level
Up, increasing Level and HP.
You move with the WASD keys. Edges are
warps to the other side, if unoccupied.
Moving into a monster will fight it;
you and it lose the same number of HP,
and whoever had the least dies. You get
Gold equal to its HP if you survive!
You can hit Q to Quit, which kills you.
Objective is to achieve the highest
Level and Gold. You can go to a new
dungeon floor by entering stairs >.
Have fun!| Status | Released |
| Author | BASIC 10Liner |
| Genre | Action |
| Tags | 8-Bit, atari, basic10liner, turbo-basic-xl |
Download
Install instructions
Insert the disk, disable BASIC, reset.
Tested on: Atari800MacX
A simple launcher, doc & source reader
will autoload.
To disable autorun:
rename AUTORUN.SYS,RUNTIME.COM
binary load TBASIC.COM
RUN"D:NANOROG2.BAS"
Development log
- UpdateFeb 19, 2021



Comments
Log in with itch.io to leave a comment.
Hi, buddy: I’ve got another update, but anyway I made mine public: nanorogue
Great, Mark. I will make an update of the downloads soon.
Done