It is a simple strategy turn based game
- use AStar algorithm to walk
- support melee and remote creature
- use json file to store level data (e.g. position of creatures, map info)
- Python 3.7
- Python-Pygame 1.9
$ python main.py
- use mouse to select the active creature to walk or attack