Skip to content

Terminal implementation of tic-tac-toe game with minimax implementation written in rust

License

Notifications You must be signed in to change notification settings

bartekjaszczak/tic-tac-terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tic-tac-terminal

tic-tac-terminal is a terminal implementation of tic-tac-toe game written in rust. Works on linux and windows. You can play against another player locally or against the "CPU" (minimax algorithm).

Installation

You can install the crate locally with:

$ cargo install tic-tac-terminal

or clone the repository and run it without installation with:

$ cargo run

About

Terminal implementation of tic-tac-toe game with minimax implementation written in rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages