Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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