An open API service indexing awesome lists of open source software.

https://github.com/duskyelf/tictactoe-rs

Simple Command line 2 player TicTacToe in rust
https://github.com/duskyelf/tictactoe-rs

game learning learning-by-doing local-players nolib nolibraries nolibs rust terminal-game tic-tac-toe tictactoe tictactoe-game

Last synced: 8 months ago
JSON representation

Simple Command line 2 player TicTacToe in rust

Awesome Lists containing this project

README

          

# 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
```shell
$ git clone git@github.com:DuskyElf/TicTacToe-rs.git
$ cd TicTacToe-rs
$ cargo run
```