You need to avoid the obstacles in the road with your thumb.
This poject was made with Pygame, OpenCV and MediaPipe:
Set a virtual environment after clone the project
python3 -m venv venv
Activate the virtual environment
source venv/bin/activate
Install the dependencies.
pip install -r requirements.txt
Reun the project
python3 main.py
Enjoy!