Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 510 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 510 Bytes

DungeonMayhemClone

GUI version of the card game named Dungeon Mayhem

TO DO:

  • Create game logic and classes

    • Card class
    • Player class
  • Create some basic gui

    • MainWindow class
    • Game Window
    • Menu Window
    • Exit Window
  • Connect GUI to logic

How to start

$ git clone https://github.com/MatWich/DungeonMayhemClone.git
$ cd DungeonMayhemClone
$ pip install -r requirements.txt
$ python ./main.py

Run Tests

$ python -m unittest