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

https://github.com/dibenso/tic_tac_toe

A Rust implementation of Tic Tac Toe
https://github.com/dibenso/tic_tac_toe

command-line-game rust tic-tac-toe

Last synced: 2 months ago
JSON representation

A Rust implementation of Tic Tac Toe

Awesome Lists containing this project

README

        

# Tic Tac Toe
A Tic Tac Toe implementation in rust.
Game is played in terminal.
![Screenshot](https://raw.githubusercontent.com/dibenso/tic_tac_toe/master/screenshot.PNG)
## Installation:
```sh
git clone [email protected]:dibenso/tic-tac-toe.git
```
## Starting game:
```sh
cd tic-tac-toe
cargo run
```
## Contributing

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D