Skip to content

This is a maze game implemented in Python which can be played using your Hands!

License

Notifications You must be signed in to change notification settings

abhishek1297/Maze-Game-using-Hand-Gesture-Recognition

Repository files navigation

Maze Game using Hand Gesture Recognition

Documentation: doc_project.pdf

This is a simple maze game implemented in python which uses hand gestures for controls.

Getting Started

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

Prerequisites

Device: Camera

Libraries: numpy, arcade, opencv, cx_Freeze (only for conversion)

About

This is a maze game implemented in Python which can be played using your Hands!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages