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

fix comments

parent 134b9ff1
No related branches found
No related tags found
No related merge requests found
//! A module that implements several board games
//! A module that implements several games
pub mod tictactoe;
pub mod coin_flip;
/// A trait that defines a Board for a game where we can make a player
/// A trait that defines a game where we can make a player
/// play a move and check if a player has won
pub trait Game<Move, Player> {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment