/tic-tac-toe-rs

It's Tic Tac Toe in Rust! [A learning project]

Primary LanguageRust

Tic Tac Toe (in Rust)

Prerequisites

Quick Start

To run the game:

cargo run

To run tests:

cargo test