Skip to content

mpichka/rust-tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-tac toe written in Rust programming language.

Only 🇺🇦 language is supported.

Preview:

image image

Rules:

Rules of the game is very simply. You and your opponent take turns entering numbers to mark corresponding squares with your symbol ("X" or "O"). The game ends when someone draw straight line with their symbols or when no moves left.

Download & play:

If you have AMD processor and X64 Windows version, you can play the game after downloading executable (no viruses, I promise). amd-X64 build

Build & play:

You may clone repository and build executable in your local machine. Open terminal in the root of project and write command to build* app.

cargo build -r

Then you can open game by command.

#linux:

./target/release/tic-tac-toe

#windows:

./target/release/tic-tac-toe.exe

* - You must have a Rust compiler.

Have fun!

About

Tic-tac toe written in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages