Skip to content

Command line and Interactive Tic-Tac-Toe in Rust

Notifications You must be signed in to change notification settings

alisha17/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TIC-TAC-TOE

The old-school game of Tic-Tac-Toe in Rust.

You can play the game in:

  • Command Line
  • Graphical Interface (you can see the board and nought and zero, but cannot move for now)

To play command line Tic-Tac-Toe,

cd lib/tic_tac_toe_cli
cargo run

To see graphical interface Tic-Tac-Toe,

cd /ib/tic_tac_toe_gl
cargo run

About

Command line and Interactive Tic-Tac-Toe in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages