Documentation: doc_project.pdf
This is a simple maze game implemented in python which uses hand gestures for controls.
to start the game, execute following command.
python 'Maze Game.py'
I've shown all the controls as well as the instructions to follow in the game.
NOTE: This is a computer-vision based application, so Illumination as well as the background plays a huge role.
To understand more, read the documentation in the given pdf. You can use cx_Freeze to convert the file 'Maze Game.py' to executable. for conversion, execute following command.
python setup.py build
Device: Camera
Libraries: numpy, arcade, opencv, cx_Freeze (only for conversion)