https://github.com/sn99/grachical-tic-tac-toe
A graphical tic-tac-toe game written in Rust
https://github.com/sn99/grachical-tic-tac-toe
game ggez rust tic-tac-toe
Last synced: over 1 year ago
JSON representation
A graphical tic-tac-toe game written in Rust
- Host: GitHub
- URL: https://github.com/sn99/grachical-tic-tac-toe
- Owner: sn99
- License: gpl-3.0
- Created: 2018-09-10T16:33:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-20T19:14:58.000Z (about 5 years ago)
- Last Synced: 2025-03-22T17:22:48.921Z (over 1 year ago)
- Topics: game, ggez, rust, tic-tac-toe
- Language: Rust
- Size: 369 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# grachical-tic-tac-toe
[](https://travis-ci.com/sn99/grachical-tic-tac-toe)
[](https://ci.appveyor.com/project/sn99/grachical-tic-tac-toe)
[](https://dependabot.com)
A graphical tic-tac-toe game written in Rust and [ggez](https://crates.io/crates/ggez)
## Requirements
1. Rust and cargo should be [installed](https://www.rust-lang.org/en-US/install.html)
2. Install [SDL2 libraries](https://github.com/Rust-SDL2/rust-sdl2#requirements)
### Use cargo run in the project dictionary to run the game


