Skip to content

Latest commit

 

History

History
46 lines (23 loc) · 791 Bytes

README.md

File metadata and controls

46 lines (23 loc) · 791 Bytes

ASCIIRogueLike

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

+++++ Guide +++++

Goal : To reach the next level

+++++ Features +++++

---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 +++++

  • Added AI to enemies so that they can follow the player when Players enters within a sufficient range.
  • Players can create new levels (save it as .level) in a text editor and can play the level they created, Go explore your imagination!!