A multiplayer RPG game played in console with bot enemies
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
It is a startigic multiplayer game you can define number of players on your side and number of enemies each turn a random enemy and a random player get to attack each other with either a normal attack or magic (healing or destructive) or use an item from inventory to boost power
- Python
Each player has a choice to do a normal attack a cast a spell or use an item from the inventory
each player has a damage that upon attack the damage will be deducted from the enemies health. there is also a chance for critical hit
There are two types of spell each player can choose from. the spells are either destructive or healing. casting a spell uses your mana. The list of spell is as followes:
- Fire (destructive)
- Thunder (destructive)
- Ice (destructive)
- cure (healing)
- cura (healing)
There are two items in the inventory that each player can choose from
- bomb (Deals damage to all enemies)
- potion small (heals a percent of users health)
- potion big (heals all members of a group)
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the Apache 2.0 License. See LICENSE.txt for more information.
Mahshid Rahmani - mahshidrahmani2001@gmail.com
Project Link: https://github.com/artemis7/Python-RPG-game