https://github.com/hanwentao/simplehs
Package simplehs is a simulator of Blizzard's Hearthstone: Heroes of Warcraft written in Python.
https://github.com/hanwentao/simplehs
Last synced: 3 months ago
JSON representation
Package simplehs is a simulator of Blizzard's Hearthstone: Heroes of Warcraft written in Python.
- Host: GitHub
- URL: https://github.com/hanwentao/simplehs
- Owner: hanwentao
- Created: 2014-06-22T08:53:04.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-25T15:33:23.000Z (almost 11 years ago)
- Last Synced: 2025-01-16T00:00:08.846Z (5 months ago)
- Language: Python
- Size: 250 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple Hearthstone
==================This package is a simple Hearthstone: Heroes of Warcraft simulator written in
Python 3.*It is under development.*
Author: Wentao Han ([email protected])
How to Run
----------Generate the card code:
```
cd /simplehs
python3 generate_cards.py
```Run the test code:
```
cd
python3 -m unittest discover -s tests
```