ASCII ROGUE LIKE
A downloadable game for Windows
A C++ Console game based on retro Rogue-like games, where ASCII characters were used as graphics.
+++++ Guide +++++
Goal: To reach the next level
+++++ Details +++++
Environment
- '#' - Wall
- '.' - Air
- '~' - Water
Characters
- '@' - Player
- 'S' - Skeleton
- 'G' - Gargoyle
- 'M' - Monster
- 'D' - Dragon
Miscellaneous
- '<' - Previous Level
- '>' - Next Level
- '?' - Random Drop (Health, Defence, Attack or XP)
- '$' - XP drop (to be added)
+++++ Features +++++
- Rudimentry AI to enemies so that they can follow the player when the Player enters within a sufficient range.
- Players can create new levels (save them as .level) in a text editor and can play the level they created. Go explore your imagination!!
Tweak the Game by getting it from my GitHub: ASCII_Rogue-Like
Download
Download
ASCII_Rogue-Like_Release_v1.00.zip 369 kB
Install instructions
- Download ASCII_Rogue-Like_Release_v1.00.zip
- Extract the ZIP
- Locate ASCIIRogueLike.exe
- Double Click to Run (Recommended to maximize the terminal)
*** Additional Information ***
TO CREATE OR EDIT LEVELS
- Locate the Levels folder.
- Open an existing level or create a new level using a text editor.
- VERY IMPORTANT: If creating a new level, make sure to save it as Level_X.level (where X is the level number) in the new folder.
- Level_1 will be loaded first launch of the exe.
TO EXPLORE THE PROJECT OR MAKE CHANGES TO XP OR OTHER MODIFICATIONS
THE PROJECT: https://github.com/Plaban9/Game_ASCIIRogueLike
Leave a comment
Log in with itch.io to leave a comment.