Files
gomoku/README.md

8 lines
95 B
Markdown

# Gomoku
## how to build and run
```bash
javac -d build src/*java
java -cp src/GomokuGame
```