/rusty_games

Simple games that were made for the sole purpose of testing the Rust language features.

Primary LanguageRustGNU General Public License v3.0GPL-3.0

Rusty Games

License: GPL v3

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.