/DungeonMap

Learning how to create a Rogue like style dungeon map using C#.

Primary LanguageC#

DungeonMap

Learning how to create a dungeon map.

current map is a min of 4 rooms and a max of 9 rooms in a tic-tac-toe grid.

  • player = @
  • temporary monster = M
  • door = /

map1