Console Slayer is a simplistic console-based hack and slash game.
Console Slayer requires Python 3.7 or above. To install:
$ git clone https://github.com/fishroot/conslayer.git
$ pip install ./conslayer
- ReactiveX >= 4
$ 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
$ git clone https://github.com/fishroot/conslayer.git
$ pip install ./conslayer
$ cd ./conslayer
$ python -m unittest discover -v