- Update the repository to edition 2021 and rust 1.62.1.
- Update clap to version 4 and slightly change the interface to the GTP server.
- Fix lints.
- Store cargo.lock in version control.
- Update the license.
- Switch to criterion for benchmarks.
- Implement Display for Player
- Add limit to moves in a Game, MAX_MOVES (512)
- Add is_over method to Game
- Add player_turn method to Game