A C++ console game inspired by retro Rogue-like games, where ASCII characters serve as graphics.
Play on itch.io



Goal:
Reach the next level!
Symbol | Meaning |
---|---|
# |
Wall |
. |
Air |
~ |
Water |
Symbol | Character |
---|---|
@ |
Player |
S |
Skeleton |
G |
Gargoyle |
M |
Monster |
D |
Dragon |
Symbol | Description |
---|---|
< |
Previous Level |
> |
Next Level |
? |
Random Drop (Health, Defence, Attack, or XP) |
$ |
XP Drop (coming soon) |
- Enemy AI: Enemies can follow the player if they enter a certain range.
- Custom Levels: Create new levels in a text editor (save as
Level_x.level
wherex
is the level number) and play your own creations. Explore your imagination!