Rusty Games
Simple games that were made for the sole purpose of testing the Rust language features.
Install & Usage
cargo build # build project
cargo run # run project
cargo test # run tests
Tic Tac Toe
Play tic-tac-toe/Gomoku game on a limited size board of the chosen size (e.g., 5x5) and win after placing N pieces in line next to each other.