doc and remove unused file dans method

This commit is contained in:
2025-05-02 17:50:32 +02:00
parent 6a5c6a4917
commit 88ff6675b1
7 changed files with 32 additions and 284 deletions

View File

@@ -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
```