Skip to content

Plaban9/Game_ASCIIRogueLike

Repository files navigation

ASCII Rogue-Like

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

Play on itch.io


Screenshot_AR_1 image Screenshot_AR_2

🎮 Guide

Goal:
Reach the next level!


🌟 Features

Environment

Symbol Meaning
# Wall
. Air
~ Water

Characters

Symbol Character
@ Player
S Skeleton
G Gargoyle
M Monster
D Dragon

Miscellaneous

Symbol Description
< Previous Level
> Next Level
? Random Drop (Health, Defence, Attack, or XP)
$ XP Drop (coming soon)

🚀 More Features

  • 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 where x is the level number) and play your own creations. Explore your imagination!

About

A C++ Console game based on retro Rogue Like games where ASCII characters were used as graphics.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published