Skip to content

A command line game of TickTackToe written in Rust

Notifications You must be signed in to change notification settings

BurNiinTRee/ticktacktoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TickTackToe

Installation

To install TickTackToe you need cargo and rustc.

Clone the repository and cd into it

$ git clone https://github.com/burniintree/ticktacktoe
$ cd ticktacktoe

Build it with cargo

$ cargo build --release

The resulting binary is: ./target/release/ticktacktoe

Usage

Once the game is started with ./target/release/ticktacktoe the right player enters the number of the field they want to take over.

About

A command line game of TickTackToe written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages