Files
gomoku/README.md
2025-03-24 09:31:02 +01:00

23 lines
196 B
Markdown

# 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...
............
```