Skip to content
Snippets Groups Projects
Commit 49fa5730 authored by Michael Hauspie's avatar Michael Hauspie
Browse files

Add README and default to TicTacToe

parent 6fc215b6
No related branches found
No related tags found
No related merge requests found
This repository is a rust simple board game engine used as a live
coding support for an rust introduction seminar
To build and test it
```
cargo test
cargo run
```
......@@ -44,8 +44,8 @@ where
}
fn main() {
//let board = TicTacToe::new();
let board = board::coin_flip::FlipCoin::new(42);
let board = TicTacToe::new();
//let board = board::coin_flip::FlipCoin::new(42);
play(board);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment