Command line chess game programmed in Rust
Build and run with cargo run
Choose game configuration using the menus and indicate the moves using chess notation (e.g.: Nf3).
Type "undo" to undo the last 2 moves.
Type "save" to save the current game and "load" to load a previous game.
- Play against computer with different difficulty levels
- Play against human using the same computer
- Play against human through TCP connection
- Includes standard chess and Fischer's random chess
