Skip to content

manishkumar1983/tic-tac-toe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic tac toe

preview of the game

Try it out

With docker

docker run --rm -it thomasmauran/tic-tac-toe

With Cargo

git clone [email protected]:thomas-mauran/tic-tac-toe.git
cd tic-tac-toe
cargo build --release
./target/release/tic-tac-toe

About

Rust simple tic tac toe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 97.8%
  • Dockerfile 2.2%