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

https://github.com/plippe/tic-tac-toe-rust


https://github.com/plippe/tic-tac-toe-rust

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Tic Tac Toe Rust

An implementation of [Tic Tac Toe](https://en.wikipedia.org/wiki/Tic-tac-toe),
or any [M, N, K game](https://en.wikipedia.org/wiki/M,n,k-game) in Rust.

This is related to [my blog post on Medium](https://medium.com/@pvinchon/tic-tac-toe-with-rust-81f636f4593d).

### Getting started
```sh
cargo run
```