Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 517 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 517 Bytes

DungeonCrawl

Dungeon Crawl is a text-based role-playing fantasy adventure from the book Learn Functional Programming Using Elixir by Ulisses Almeida.

Start

Start the game by typing mix start at the command prompt.

Backlog

  • Handle invalid hero and room action choice gracefully.
  • Improve output when player dies.
  • Add more heroes, monsters, and rooms.
  • Add more sophisticated room triggers, e.g. Boss fight or Puzzle.
  • Instead of random room choice, create a room map that the player can navigate.