Skip to content

Python console application to play hearthstone-like trading card game.

Notifications You must be signed in to change notification settings

hfurkanvural/kata-trading-card-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@author H. Furkan Vural [email protected]

Installation

Following libraries required to run project. Most of them are already installed with python, yet they can be installed with "pip install ".

random unittest mock logging sys

Usage

Open command line on main directory and run "python kata-trading-card-game". Game will start.

Or

Open command line into the trading-card-game directory and run "python main.py". Game will start.

Test

Open command line into the trading-card-game directory and run "python Game_test.py" or "python Player_test.py"

Contact

If you have an issue, please don't hesitate to contact me via email.

About

Python console application to play hearthstone-like trading card game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages