892c1124337d0624be623f8daa1ea944f178adde
I wanted to abstract ordered to any size instead of just binary tuples - but tuples have a strange issue where you can't be generic about them past like a limit of 12. With this setup, ordered takes ownership of some fixed array, sorts it, then returns it back. modes:pair and modes:single have been refactored to utilise this new form of ordered - it's basically the exact same in these cases.
┌───────────────────────────┐
│ ____ _ _____ │
│ | _ \(_) / ____| │
│ | |_) |_ __ _ | | │
│ | _ <| |/ _` | | | │
│ | |_) | | (_| | | |____ │
│ |____/|_|\__, | \_____| │
│ __/ | │
│ |___/ │
└───────────────────────────┘
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%