7 stable releases
1.4.0 | Aug 10, 2022 |
---|---|
1.3.0 | Aug 10, 2022 |
1.1.0 | Aug 10, 2022 |
1.0.3 | Aug 7, 2022 |
1.0.0 | Aug 6, 2022 |
#313 in Games
21KB
522 lines
othello-cli
othello-cli is a cli version of Othello written in Rust. You can play against another player, the AI, or watch two AIs play each other.
>>> othello-cli help
Options:
h, help Show this help message
b, black Set black (X's) to be controlled by the user (black goes first)
w, white Set white (O's) to be controlled by the user
t, time Set the time (in milliseconds) the AI waits before making a move (default: 750 ms)
- Rules of Othello: https://www.eothello.com/#how-to-play
- crates.io link: https://crates.io/crates/othello-cli
Dependencies
~0.3–10MB
~47K SLoC