https://github.com/duskyelf/tictactoe-rs
Simple Command line 2 player TicTacToe in rust
https://github.com/duskyelf/tictactoe-rs
game learning learning-by-doing local-players nolib nolibraries nolibs rust terminal-game tic-tac-toe tictactoe tictactoe-game
Last synced: 8 months ago
JSON representation
Simple Command line 2 player TicTacToe in rust
- Host: GitHub
- URL: https://github.com/duskyelf/tictactoe-rs
- Owner: DuskyElf
- License: mit
- Created: 2022-08-26T08:34:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-12T09:52:39.000Z (almost 4 years ago)
- Last Synced: 2025-02-13T11:46:24.641Z (over 1 year ago)
- Topics: game, learning, learning-by-doing, local-players, nolib, nolibraries, nolibs, rust, terminal-game, tic-tac-toe, tictactoe, tictactoe-game
- Language: Rust
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TicTacToe-rs
Just a recreation of my horrible python TicTacToe Game which I made few months ago, but in rust. Nothing special, and it just works.
## Quick Start
```shell
$ git clone git@github.com:DuskyElf/TicTacToe-rs.git
$ cd TicTacToe-rs
$ cargo run
```