/pygame-combat

A fighting game made in pygame

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Pygame Combat 🥊

A fighting game made in pygame

⚡️ Quick Setup

  1. Clone the repo and navigate to the repo folder
git clone https://github.com/moazfarrukh/pygame-combat && cd pygame-combat
  1. Install pipenv
pip install pipenv
  1. Setup pipenv
python -m pipenv install  
  1. Run the shell
python -m pipenv shell
  1. Run the game :)
python main.py