Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 586 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 586 Bytes

Tic Tac Toe in Rust

A simple implementation of the classic Tic Tac Toe game written in Rust.

Requirements

  • Install Rust using rustup, the recommended tool for managing Rust versions and toolchains.
  • An editor like VS Code.

How to Run

  1. Clone the repository:
    git clone https://github.com/ThomasDeOliv/rust_tictactoe.git
    cd rust_tictactoe
  2. Build and run:
    cargo build
    cargo run

Licence

This project is licensed under the MIT License.