tofr / p04-rplace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Space by TilesStyle

Roster

  • Liesel Wong: Routing, Websockets
  • Shyne Choi: Sass/CSS, JS, Websockets
  • Emma Buller: Sass/CSS, JS, Websockets, Droplet
  • Tami Takada: PM, Database, Websockets, Droplet

Description

My Space is a replica of r/place but with a 10 second timer (for easier demo). It's a place for users to work together or against each other on a collaborative art canvas where. There exists a 10 second timer for limiting a single user or group of users from dominating the whole canvas, allowing everyone to be a part of the artwork.

Launch Codes

Visit http://159.65.229.118/

OR

  1. Run git clone git@github.com:tamitakada/p04-rplace.git
  2. Enter the cloned directory with cd p04-rplace
  3. Create a virtual environment and download requirements.txt
python3 -m venv venv
. venv/bin/activate
pip3 install -r requirements.txt
  1. Run the app with python3 myspace/__init__.py
  2. Visit http://localhost:5000/ to view the app

About


Languages

Language:Python 68.6%Language:HTML 29.0%Language:SCSS 2.4%