Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flofriday/tictactoe
Simple tic-tac-toe game in rust.
https://github.com/flofriday/tictactoe
rust terminal-game
Last synced: 1 day ago
JSON representation
Simple tic-tac-toe game in rust.
- Host: GitHub
- URL: https://github.com/flofriday/tictactoe
- Owner: flofriday
- Created: 2018-04-08T21:10:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-18T10:54:17.000Z (over 3 years ago)
- Last Synced: 2023-03-05T01:47:59.956Z (almost 2 years ago)
- Topics: rust, terminal-game
- Language: Rust
- Size: 96.7 KB
- Stars: 7
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rust tic-tac-toe
![Screenshot](./img/screenshot.png)
## DISCLAMER
I just started learning rust so the code should not be used as a example of
good practice. This is is my first rust project, so if you have any suggestions
on how to improve the code feel free to write an issue. Maybe one day this code
will become a showcase.## Install
Go to the [latest release](https://github.com/flofriday/tictactoe/releases) and install the right binary for your system.On Windows and macOS your computer might warn you because the binaries are not
singed. Feel free to ignore those warnings.## Build
1. [Download](https://github.com/flofriday/tictactoe/archive/master.zip) the .zip or clone the project with git
2. [Install rust](https://www.rust-lang.org/en-US/install.html), if you have not already
3. Run `cargo run --release`