Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 1.02 KB

README.md

File metadata and controls

61 lines (41 loc) · 1.02 KB

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