Skip to content

RuslanZanevskiy/tictactoe_rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tictactoe_rust

Tic-Tac-Toe game in rust.

Requirements

Make sure you have cargo and rust installed

How to play

Clone repository

git clone https://github.com/RuslanZanevskiy/tictactoe_rust.git

Move to the folder

cd tictactoe_rust

Run cargo run to play game

cargo run

Or cargo build to get binary in /target/release folder

cargo build --release