Tic-tac-toe game built in Rust for learning purposes.
I just started learning Rust so the code should not be used as an example of good practice. This is my first rust project, so if you have any suggestions
on how to improve the code feel free to write an issue.
Go to the latest release and install the right binary for your system.
On Windows and macOS your computer might warn you because the binaries are not signed. Feel free to ignore those warnings.
- Clone the project with git
- Install rust, if you have not already
- Run
cargo run --release