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

https://github.com/aburd/rust-tac-toe

Tic Tac Toe in the terminal in rust
https://github.com/aburd/rust-tac-toe

Last synced: 10 months ago
JSON representation

Tic Tac Toe in the terminal in rust

Awesome Lists containing this project

README

          

## What is this

Tic-tac-toe in the CLI. I would like to improve it by actually being able to use the arrow keys, etc. But this is good enough for now.

## Installation

```
git clone [repo path]
cd rust-tac-toe
cargo run/build
```