/momo-rps

Primary LanguagePython

AI Online-Rock-Paper-Scissors

An deep learning online game of rock paper scissors, supporting infinite games. Created with pygame and sockets.

Running The Game

To run the game you will need to run an instane of server.py on one machine. Then you can run instances of client.py on other machines to connect.

You will need to change the server address in both server.py and client.py to be the IPV4 address of your machine or the server ips you'll be using.

Model for hand gesture recognition

The model was derived from Data Science Community.