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

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!)

Awesome Lists containing this project

README

          

# ric-rac-roe
[![Build Status](https://travis-ci.org/mvlabat/ric-rac-roe.svg?branch=master)](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
![ric-rac-roe screenshot](https://i.imgsafe.org/2e508d568b.png)