Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaTedeschini committed Dec 1, 2023
2 parents c4541de + 1528b61 commit 771cd7b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions instructions.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
VM Link:

Code can be executed using the following command:

```bash
./runmyplayer.sh white 60 57.93.25.14
```

the sh script will run `python3 /home/tablut/tablut/play.py --team "$1" --timeout "$2" --ip "$3"` using argparse to parse the arguments.
Default name of the player is `\tLut` and default timeout is 60 seconds.
Team name is case insensitive and can be either `white` or `black` which then will be passed to the `--team` argument of the python script as uppercase.

0 comments on commit 771cd7b

Please sign in to comment.