This is an implementation of the game of go in rust.
Included is a Monte Carlo Tree Search bot that beats random opponents on small board sizes.
To Do:
- Persistant MCTS tree via pruning
- Threading for non-blocking GUI
- Self Play and Statistics
- Command Line Arguments