doc and remove unused file dans method
This commit is contained in:
23
README.md
23
README.md
@@ -1,22 +1,7 @@
|
||||
# Gomoku
|
||||
|
||||
|
||||
# Saving
|
||||
|
||||
## Legend
|
||||
```
|
||||
x,y -> coordonnée
|
||||
N -> NIL
|
||||
W -> White
|
||||
B -> Black
|
||||
C -> Color
|
||||
T -> current player (1 or 2)
|
||||
```
|
||||
|
||||
## Format
|
||||
```
|
||||
x,y,C,T
|
||||
NNNNNNNNN...
|
||||
NNNBBBWWW...
|
||||
............
|
||||
## how to build and run
|
||||
```bash
|
||||
javac -d build src/*java
|
||||
java -cp src/GomokuGame
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user