Skip to content

Simplistic console-based hack and slash game

License

Notifications You must be signed in to change notification settings

fishroot/conslayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simplistic console-based hack and slash game

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages