fa4d8efb786d232a8e64ea41b25ea3721f0327bd
My previous impl was based on some testing for different Pair footstool implementations. However, I've decided to fix it to this set of patterns: 1) any half footstool must come from a more dominant hand. 2) full footstools are symmetric and require both hands to be equivalent
┌───────────────────────────┐
│ ____ _ _____ │
│ | _ \(_) / ____| │
│ | |_) |_ __ _ | | │
│ | _ <| |/ _` | | | │
│ | |_) | | (_| | | |____ │
│ |____/|_|\__, | \_____| │
│ __/ | │
│ |___/ │
└───────────────────────────┘
A dynamic multiplayer playing card game, written in Rust.
Goals:
- Server/client setup for multiplayer games.
- Allow up to 12 players to interact in any one game.
- Player ranking system.
Requirements:
- Rust
Run:
$ cargo build
to compile the program.
Languages
Rust
100%