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