An open API service indexing awesome lists of open source software.

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.

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
```