Table of Contents
This is the popular childhood game Pen Fight, made in python, using pygame and Box2D.
Players can buy and collect various pens with differing stats, earn coins by battling various AI strategies, and raise their pen fighting skills to the max. (Best of all, no friends needed for you lonely people looking up pen fighting on Github...)
To get this project running locally from source, follow these steps:
- Python interpreter (>= 3.8)
- Clone the repo
git clone https://github.com/DevChrome/Hangman.git
- Install the pygame and Box2D modules
pip install pygame Box2D
- Run the main.py file
python3 ./main.py
Distributed under the MIT License. See LICENSE.txt
for more information.