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
- Host: GitHub
- URL: https://github.com/dibenso/tic_tac_toe
- Owner: dibenso
- Created: 2020-01-17T04:15:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-17T08:23:09.000Z (over 5 years ago)
- Last Synced: 2025-01-30T16:43:18.799Z (4 months ago)
- Topics: command-line-game, rust, tic-tac-toe
- Language: Rust
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic Tac Toe
A Tic Tac Toe implementation in rust.
Game is played in terminal.

## Installation:
```sh
git clone [email protected]:dibenso/tic-tac-toe.git
```
## Starting game:
```sh
cd tic-tac-toe
cargo run
```
## Contributing1. 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