Skip to content

Commit

Permalink
Updated README with usage instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaykgupta committed Sep 25, 2016
1 parent d35d268 commit 734da8e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,19 @@ This simulator has been created for the fall 2016 course COL333 (Artificial Inte

## How to use

To run the server:
python server.py \<port no.>
To run the server:
```bash
python server.py <port no.>
```

Optional arguments:
-n \<n> : Board size (Default: 5)
-TL \<time limit> : Time limit in seconds for each player (Default: 120)

To run an AI player:
python client.py \<server ip> \<server port> \<run.sh>
To run an AI player:
```bash
python client.py <server ip> <server port> <run.sh>
```

Optional arguments:
-n \<n> : Board size (Default: 5)
Expand Down

0 comments on commit 734da8e

Please sign in to comment.