https://github.com/duskyelf/tictactoe-mq-rs
TicTacToe Gui game in rust.
https://github.com/duskyelf/tictactoe-mq-rs
cross-platform game game-development gamedev learning-by-doing local-players macroquad multiplayer rust side-project tic-tac-toe tictactoe tictactoe-game under-development
Last synced: about 1 year ago
JSON representation
TicTacToe Gui game in rust.
- Host: GitHub
- URL: https://github.com/duskyelf/tictactoe-mq-rs
- Owner: DuskyElf
- License: mit
- Created: 2022-08-29T13:14:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-19T15:52:59.000Z (over 3 years ago)
- Last Synced: 2025-02-13T11:46:33.230Z (over 1 year ago)
- Topics: cross-platform, game, game-development, gamedev, learning-by-doing, local-players, macroquad, multiplayer, rust, side-project, tic-tac-toe, tictactoe, tictactoe-game, under-development
- Language: Rust
- Homepage:
- Size: 23.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TicTacToe Gui Game in rust
- Cross platform game using [Macroquad](https://macroquad.rs/) - https://github.com/not-fl3/macroquad
- Planned to be Local and online multiplayer
### Quick Start
```shell
$ git clone git@github.com:DuskyElf/TicTacToe-mq-rs.git
$ cd TicTacToe-mq-rs
$ cargo run --release
```
### Controls
- w
a
s
d movement in game / menu
- Space select cell in game
- Enter return select in menu