https://github.com/vladbat00/ric-rac-roe
Tic-tac-toe game written in Rust (with AI!)
https://github.com/vladbat00/ric-rac-roe
minimax rust tic-tac-toe
Last synced: 7 months ago
JSON representation
Tic-tac-toe game written in Rust (with AI!)
- Host: GitHub
- URL: https://github.com/vladbat00/ric-rac-roe
- Owner: vladbat00
- License: mit
- Created: 2017-02-23T22:04:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-26T15:16:03.000Z (over 8 years ago)
- Last Synced: 2025-03-23T14:38:15.249Z (7 months ago)
- Topics: minimax, rust, tic-tac-toe
- Language: Rust
- Homepage:
- Size: 13.7 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ric-rac-roe
[](https://travis-ci.org/mvlabat/ric-rac-roe)Tic-tac-toe game written in Rust
# Running
```
cargo run
```# Some info
There are three player modes to choose from:
- Human
- Perfect AI *(this AI just never loses and never wastes possibility to win)*
- Ultimate AI *(this AI finds the shortest way to beat you or survives for the longest time)*# Screenshots
