Skip to content

ThomasDeOliv/rust_tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages