Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

randallwc/Team3

 
 

Repository files navigation

Team 3

Requirements

test install

cd client/
python3 test.py

play the game

run these commands to use the client

make setup
make

or

cd client/
python3 main.py

run local server

to run the client locally run these 3 commands in 3 terminals

  1. make server
  2. make database
  3. make

lint the python files

make lint

delete the team3 environment after you are done with this project

make remove-env

Sources

Resources

About

Systems Design Capstone (Winter & Spring qtr 2022 UCLA)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 83.1%
  • JavaScript 16.2%
  • Other 0.7%