Skip to content

My first rogue-like game made using C++ and SDL2(Incomplete)

Notifications You must be signed in to change notification settings

RohithS98/RogueTower

Repository files navigation

RogueTower(Under Development)

My first attempt at creating a Rogue-like. Currently under development

Features:

  • Randomly Generated Maps
  • Random enemies with different stats and levels
  • Random player stats
  • Log for events

TODO(a lot):

  • Add enemy level scaling
  • Add XP gain
  • Add game over
  • Add Title screen
  • Include inventory
  • Stairs and multiple levels
  • Name input
  • Good sprites for enemies
  • Chests that actually work
  • Different items