An open API service indexing awesome lists of open source software.

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.

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