Inspiration
We really like playing OverCooked and we wanted to see if we could make it more interactive and realistic.
What it does
Using a Leap Motion sensor, we mapped hand gestures to keyboard controls.
How we built it
We used Leap Motion's Python API to see hand motion simulation and another Python API to do keyboard interaction. We also used web-socket to create interaction between the Python script and output.
Challenges we ran into
Leap Motion's current version actually no longer supports using regular Python script (or other languages), so it turns out we had to install older versions of their SDK.
Accomplishments that we're proud of
Despite the absence of updated documentation, we were still able to figure out solutions to what we needed. For example, we opened up a web socket for python interaction because the original python documentation was not compatible with Python3.
What we learned
We learned more about the field of sensor technology and how to apply it to personal interests.
What's next for Overcooked Controls
It would honestly be pretty cool if we could get this game to be in VR. this would require integrating many parts together but it would mean the game would be very immersive and truly mimic a hectic kitchen experience.
Log in or sign up for Devpost to join the conversation.