https://github.com/rohancyberops/tictactoe
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.
https://github.com/rohancyberops/tictactoe
game rust rustgame rustrover tic-tac-toe
Last synced: over 1 year ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/rohancyberops/tictactoe
- Owner: RohanCyberOps
- License: mit
- Created: 2025-02-03T12:22:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-26T15:56:33.000Z (over 1 year ago)
- Last Synced: 2025-03-10T19:51:30.688Z (over 1 year ago)
- Topics: game, rust, rustgame, rustrover, tic-tac-toe
- Language: Rust
- Homepage:
- Size: 101 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rust tic-tac-toe

## 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`