Multiplayer version of Picobot game created at MuddHacks (Harvey Mudd Hackathon) by Gabriel Bessler, Tyler Sam, Sam Tan, and Jake Lawrence
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.
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
Frontend: JS, AJAX, jQuery
Bootstrap 3 - Frontend styling
Flask - Python backend microframework