Rusty Tic-Tac-Toe
Getting started
Rusty because written in Rust, poorly written and extremely bare-bone.
Consider the lack of cheating prevention to be a part of the social element of this game.
Todo
- Additional error checking to prevent cheating
- Computer opponent
Building
Navigate to the cloned git folder and build with cargo build --release.