Skip to content

TamerAnefiev/basic_rpg_game

 
 

Repository files navigation

basic-rpg-game

How to start the project:

  1. Create venv python -m venv venv
  2. Activate the venv:
    • For windows: venv/Scripts/activate
    • For Linux: source venv/bin/activate
  3. Install the requirements using pip install -r requirements.txt
  4. Run python main.py

Trailer of the game:

Trailer

Functionalities in the game:

  • Floating Damage animation
  • Skill animations
  • On hover effects
  • Skills cooldown animation + timer

About

RPG game made with pygame

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%