Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mon4ik/tic-tac-toe
Tic Tac Toe, but you can have only 3 symbols
https://github.com/mon4ik/tic-tac-toe
blazingly-fast learning ratatui rust tic-tac-toe
Last synced: 7 days ago
JSON representation
Tic Tac Toe, but you can have only 3 symbols
- Host: GitHub
- URL: https://github.com/mon4ik/tic-tac-toe
- Owner: Mon4ik
- Created: 2024-06-11T10:15:59.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-18T10:15:24.000Z (5 months ago)
- Last Synced: 2024-10-10T11:24:34.366Z (28 days ago)
- Topics: blazingly-fast, learning, ratatui, rust, tic-tac-toe
- Language: Rust
- Homepage:
- Size: 1.99 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic Tac Toe
Basic tic-tac-toe, but you can have only 3 symbols. Older ones will disappear
![Showcase of program](docs/showcase.gif)
## Installation
1. Install Rust
2. Clone repo
3. Run `cargo run`## Controls
- **Arrows** - move cursor
- **Enter** - place symbol // start new game after end
- **ESC** - exit