Skip to content

gabrielbessler/PicobotIO

Repository files navigation

PicobotIO

Multiplayer version of Picobot game created at MuddHacks (Harvey Mudd Hackathon) by Gabriel Bessler, Tyler Sam, Sam Tan, and Jake Lawrence

Local Testing

In order to build the application, first start the python virtual environment by running

\venv\Scripts\activate

Next,

set FLASK_APP=Main.py
python -m flask run

By default, this will start the app on http://127.0.0.1:5000.

Hosting Online

The application is currently hosted here. It uses a GUnicorn server behind NGINX to deploy the Python WSGI App*

*for more information on how this is done, check out this digitalocean tutorial

Libraries

Frontend: JS, AJAX, jQuery

Bootstrap 3 - Frontend styling

Flask - Python backend microframework

About

MuddHacks (Harvey Mudd Hackathon) Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published