Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 553 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 553 Bytes

PythonStrategyRPG

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)

Requirement

  • Python 3.7
  • Python-Pygame 1.9

How To Start Game

$ python main.py

How to Play

  • use mouse to select the active creature to walk or attack

Demo

rpg1 rpg2