WizViz is a computer vision-based fighting game inspired by Mortal Kombat and Pokemon. Players use gestures detected via a camera to control in-game actions such as healing, resting, and attacking!
To run WizViz on your local machine, follow these steps:
Ensure you have Python installed. You can download it from python.org.
git clone https://github.com/knivier/WizViz.git
cd WizViz
Make sure you have pip3
installed, then run:
pip3 install -r requirements.txt
python3 main.py
If you’d like to contribute, feel free to fork the repository and submit a pull request.
This project is licensed under the MIT License.