Skip to content

D3VR4J/BattleGame-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Battle Game in Python #pythonproject

This project is created by me using Python at the time of learning process.

To Run this Project.

  1. Latest ver. of Python should be installed in your machine.
  2. Use any popular IDE. You can use PyCharm or VS Code.
  3. Don,t change the location of directory or file.
  4. Use main.py file to Run this Project

In This Project

In this project it is a multiplayer game with ai enemies as attackers. So, the players will have the various actions like attacking, healing and using magic spells on enemies, where as enemies can perform only limited actions as they are AI enemies they can attack and use limited magic spells on PLayers. There will be a option to choose which action you want to perform by using your players also there will be HealthPoint(MP) and MagicPoints(MP) will be there which makes this game project more exciting.