-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
46 lines (35 loc) · 1.47 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
-----------------------
| o-o o-o |
| o o o |
| | -o | | |
| o | o o |
| o-o o-o |
-----------------------
================================================================
README.txt
author: Vera Prinsen
================================================================
INSTALL INSTRUCTIONS
================================================================
Download the Go folder and put it anywhere you want.
Open the terminal and go to the folder this README.txt is in.
To run the server, type:
java -jar Server.jar
to run a client, type:
java -jar Client.jar
================================================================
SERVER
================================================================
Follow the instructions seen in the terminal to start the server.
When the server is started, at any time "exit" can be typed to
end all games, disconnect all clients and close the server.
================================================================
CLIENT
================================================================
Follow the instructions seen in the terminal to start a client.
When a client is started at any time "quit" can be typed (during
a game) to give up the game. Furthermore "exit" can be timed
at any time to disconnect from the server and stop the client.
During the game, when the game asks you to provide a row and column
to put your stone, you can instead also type "pass" to pass this
round.