The purpose of this project is to practice the TDD methology with a simplified version of the system card combat that the game Hearthstone has. Feel free to check it out and fork it if you want to check more confortably the code.
To download this project, you can either clone the repository using git clone command to get a copy of the project:
git clone https://github.com/gu4re/SimpleCardCombat-TDD.git "your-folder-destination"
Note: after cloning the repo make sure to evently use 'git pull' command to get future versions of the project in your local folder:
git pull
Or, you can download the repository as a ZIP file by clicking on the green "Code" button at the top of the repository and selecting Download ZIP.
Any issue can be reported here including as header "SIMPLECARDCOMBAT ISSUE" and I will try to solve it as soon as posible!
This project is licensed under the open source MIT LICENSE. Please make sure that you comply with the terms of this license when using the code in this repository.