https://github.com/pythonnut/omnomnom
:video_game: Pacman, but played with your face! - 5C Hackathon 2017
https://github.com/pythonnut/omnomnom
Last synced: about 1 month ago
JSON representation
:video_game: Pacman, but played with your face! - 5C Hackathon 2017
- Host: GitHub
- URL: https://github.com/pythonnut/omnomnom
- Owner: PythonNut
- License: mit
- Created: 2017-11-11T03:33:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-16T10:38:55.000Z (over 5 years ago)
- Last Synced: 2025-02-07T08:48:59.356Z (3 months ago)
- Language: C++
- Homepage:
- Size: 225 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# omnomnom
_5C Hackathon 2017_
OMNOMNOM is a PAC-MAN clone with a unique control scheme that uses the player's own face as input.
Players can control their character by turning their head in the direction they would like to move, and then making their best imitation of a PAC-MAN-esque mouth motion. We highly recommend saying "OMNOMNOM" while doing this for the best gameplay experience.
The game itself is built in C++, but also makes use of the [face_recognition](https://github.com/ageitgey/face_recognition) Python library, which allows us to locate the main features of the player's face and use them to compute inputs.