A game made for the mandatory assignment in INF142 (Computer Networks) @ University of Bergen.
Rock, paper, scissors with a twist! Choose between the different champions and crush your friends with even more RNG!
The program is written in Python 3.10.x. For running the game locally on your own computer download the following dependencies with pip
:
rich
pyaml
- Clone the files to your computer.
git clone https://github.com/omfj/team-local-tactics.git
- Change directory to
team-local-tactics
.
cd team-local-tactics
When running it locally, make sure that the scripts folder is its root folder. Run in this order:
- Database
- Server
- Clients
- Buld and run the database and server detached
docker-compose up -d database server
- Starts a client
docker-compose run client
- To play TLT you need two run two client. Just run the same command in another tab/window.
docker-demo.mp4
- When you're inside the container type help to get a list of all the commands
>>> help
GL HF!
Ole Magnus |
Eirik |