Skip to content

DuskyElf/TicTacToe-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TicTacToe-rs

Just a recreation of my horrible python TicTacToe Game which I made few months ago, but in rust. Nothing special, and it just works.

Quick Start

$ git clone git@github.com:DuskyElf/TicTacToe-rs.git
$ cd TicTacToe-rs
$ cargo run