A Google Meet extension to play multiplayer pong with other participants in the meeting room while you wait for the meeting to start. The game is intended to act as an icebreaker for meetings.
- Download the sps2020-team80 repository on server.
- Install the following requirements using
pip3 install
.- flask
- flask-socketio
- eventlet
- Run
sudo python3 main.py
. - Visit:
server_ip/newgame
.
The server hosts the game state that is synced between all the players for a given instance of the game.
Installing dependencies:
In case downloading of the dependencies doesn't work or something breaks along the lines of flask
, flask-socketio
or eventlet
. Try using the following -
$ python3 -m pip install flask
$ python3 -m pip install flask-socketio
$ python3 -m pip install eventlet
Installing pip3: If you happen to not have pip3
use the following to install it and then follow the steps above to resolve the deopendencies.
$ wget https://bootstrap.pypa.io/get-pip.py -o get-pip.py
$ python3 get-pip.py
Webapp | Video | Design Doc
Angel Walia | Kanupriya Singh | Nitish Bharti | Priya Kaushal | Piyush Itankar