Push Up Pong
How to download and setup to play
- Clone the repo:
git clone https://github.com/b1uepra/PushUpPong
- Go to repo folder in terminal:
cd ./PushUpPong
- Download all dependencise:
npm i
- Host it locally:
npm start
- Open a browser and go to
localhost:3000
- Enjoy!
How it works
- We use the face-api.js library to utilize ML models to detct your face
- We isolate the nose and use that to control your game paddle.
- All game components and logic are written in JS using ReactJS.
Extra
- Made by Prannav Arora, Mitch Brenner, and Aman Manazir
- Made as part of the UncommonHacks 2023 Hackathon (https://hacks2023.uncommonhacks.com, https://uncommon-hacks-2023.devpost.com)
- Project won the Best Video Game Track
- Project won 2nd place overall