marblexu / PythonStrategyRPG

It is a simple strategy turn based game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

It is a simple strategy turn based game


Languages

Language:Python 100.0%