Skip to content

ECE-180D-WS-2022/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