Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 946 Bytes

README.md

File metadata and controls

39 lines (34 loc) · 946 Bytes

Console Slayer

Console Slayer is a simplistic console-based hack and slash game.

Getting Started

Console Slayer requires Python 3.7 or above. To install:

$ git clone https://github.com/fishroot/conslayer.git
$ pip install ./conslayer

Dependencies

Usage

$ conslayer
Welcome to the arena! Type 'help' for more information.
Hero enters arena.
> help
Available commands:
  'add <name>': Add a combatant to the arena (orc, dragon, hero)
  'start': Start the fight
  'attack <name>': Attack the monster
  'stop': Stop the fight
  'help': Show this help message
  'about': Show application version
  'exit': Exit the game

Testing

$ git clone https://github.com/fishroot/conslayer.git
$ pip install ./conslayer
$ cd ./conslayer
$ python -m unittest discover -v