Skip to content

artemis79/Python-RPG-game

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Logo

Python RPG project

A multiplayer RPG game played in console with bot enemies
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started

About The Project

game_screenshot

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

(back to top)

Built With

  • Python

(back to top)

Game Structure

Each player has a choice to do a normal attack a cast a spell or use an item from the inventory

Attack

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

Magic

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:

  1. Fire (destructive)
  2. Thunder (destructive)
  3. Ice (destructive)
  4. cure (healing)
  5. cura (healing)

(back to top)

Inventory

There are two items in the inventory that each player can choose from

  1. bomb (Deals damage to all enemies)
  2. potion small (heals a percent of users health)
  3. potion big (heals all members of a group)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the Apache 2.0 License. See LICENSE.txt for more information.

(back to top)

Contact

Mahshid Rahmani - mahshidrahmani2001@gmail.com

Project Link: https://github.com/artemis7/Python-RPG-game

(back to top)

About

a multiplayer RPG game without graphic developed using python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages