Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 14 days 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-20T19:14:58.000Z (over 3 years ago)
- Last Synced: 2023-03-03T22:04:08.646Z (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
[![Build Status](https://travis-ci.com/sn99/grachical-tic-tac-toe.svg?branch=master)](https://travis-ci.com/sn99/grachical-tic-tac-toe)
[![Build status](https://ci.appveyor.com/api/projects/status/yf4bq0i9rbvf9bao?svg=true)](https://ci.appveyor.com/project/sn99/grachical-tic-tac-toe)
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=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
![game_start](readme_resources/grid_0.png)
![game](readme_resources/grid_1.png)
![game_end](readme_resources/grid_2.png)