/command_line_dungeon_game

Command line game. Similar to Minesweeper. Object oriented, unittesting, and logging incorporated.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

python_command_line_dungeon_game

Command line game. Similar to Minesweeper. Object oriented, unittesting, and logging incorporated. Inspired by Kenneth Love's course content on TeamTreeHouse.com

To play the game:

  1. cd python_command_line_dungeon_game
  2. python game.py

Unit tests can be run:

  • tests.py