Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 259 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 259 Bytes

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