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
- Host: GitHub
- URL: https://github.com/aburd/rust-tac-toe
- Owner: aburd
- Created: 2020-01-19T10:49:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-19T10:54:36.000Z (over 6 years ago)
- Last Synced: 2024-12-31T05:16:48.404Z (over 1 year ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```