f98b151c61647c9d77022dd1290e88b2f2a8eb7c
Essentially just encodes the flatmap of two iterators being tupled together. Different to just a standard zip. Unfortunately we do need the second iterator to implement Clone as we clone it for each item of the first iterator to generate the flat_map. Type tetris masturbation has reached a new high here.
┌───────────────────────────┐
│ ____ _ _____ │
│ | _ \(_) / ____| │
│ | |_) |_ __ _ | | │
│ | _ <| |/ _` | | | │
│ | |_) | | (_| | | |____ │
│ |____/|_|\__, | \_____| │
│ __/ | │
│ |___/ │
└───────────────────────────┘
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%