tictactoe icon indicating copy to clipboard operation
tictactoe copied to clipboard

Simple tic-tac-toe game in rust.

rust tic-tac-toe

Screenshot

DISCLAMER

I just started learning rust so the code should not be used as a example of good practice. This is is my first rust project, so if you have any suggestions on how to improve the code feel free to write an issue. Maybe one day this code will become a showcase.

Install

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 singed. Feel free to ignore those warnings.

Build

  1. Download the .zip or clone the project with git
  2. Install rust, if you have not already
  3. Run cargo run --release