GithubHelp home page GithubHelp logo

sps2020-team80's Introduction

Ponguin Meet: A Google Meet Extension to Play Pong

Background

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.

Deploying the game server

  1. Download the sps2020-team80 repository on server.
  2. Install the following requirements using pip3 install.
    • flask
    • flask-socketio
    • eventlet
  3. Run sudo python3 main.py.
  4. Visit: server_ip/newgame.

Game Play

The server hosts the game state that is synced between all the players for a given instance of the game.

  • When first player joins

  • When multiple players join


Troubleshooting

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

Links

Webapp | Video | Design Doc

Team Members

Angel Walia | Kanupriya Singh | Nitish Bharti | Priya Kaushal | Piyush Itankar

sps2020-team80's People

Contributors

nitishbharti235 avatar angelwalia3 avatar kanupriyaa avatar streetdogg avatar priyak5 avatar dependabot[bot] avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.