Skip to content

marblexu/PythonStrategyRPG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages