Snake but controls are eye movement
Project was made for 2020 Knight Hacks
Demo Here: https://www.youtube.com/watch?v=bMpGKILR3dg&t=1s
- Get an Anaconda environment here: https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html
conda install -c menpo opencv
pip install dlib
pip install pygame
conda install -c anaconda python.app
pythonw open_cv_eyes.py
- Eye and pupil detection using the opencv
- Set up detection of eye movement and calculate which direction the eye is moving
- Set up Snake game with Pygame
- Set up conda environment for development