Tic-tac-toe bot written in Rust
-
Install Rust from here
-
Execute the following command in the terminal
cargo run -- -s SECRET_HERE -p PORT_HERE
-
Install Rust from here
-
Execute the following command in the terminal
cargo build --release
- The binary will be in the
target/release
directory