Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomas-mauran/tic-tac-toe
Rust simple tic tac toe
https://github.com/thomas-mauran/tic-tac-toe
Last synced: 2 days ago
JSON representation
Rust simple tic tac toe
- Host: GitHub
- URL: https://github.com/thomas-mauran/tic-tac-toe
- Owner: thomas-mauran
- Created: 2023-05-14T19:33:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T09:07:30.000Z (11 days ago)
- Last Synced: 2024-10-29T10:58:06.265Z (11 days ago)
- Language: Rust
- Size: 199 KB
- Stars: 14
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ratatui - tic-tac-toe - Terminal-based tic tac toe game. (đģ Apps / đšī¸ Games and Entertainment)
README
Tic tac toe
### Try it out
**With docker**
```bash
docker run --rm -it thomasmauran/tic-tac-toe
```**With Cargo**
```bash
git clone [email protected]:thomas-mauran/tic-tac-toe.git
cd tic-tac-toe
cargo build --release
./target/release/tic-tac-toe
```