go-fish
A Rust package for the classic Go Fish game.
Example
let deck = new.shuffle;
let player_count = 3;
let mut game = new;
let hook = Hook;
game.take_turn;
Roadmap
- Add a server and client binary to allow playing a game with peers
Licence
This project is licenced under the MIT licence. See the LICENSE.md for more details.