ad4057e8909ffcb6cd2ca71a9d33daaf82163160
Nested iteration in the form presented before was quite bad - while it's a bit more efficient to iterate once and do all the tests in that one go, it can be kinda hard to preserve the context in ones head. This style makes it easier to see the flow of data and what is being tested.
┌───────────────────────────┐
│ ____ _ _____ │
│ | _ \(_) / ____| │
│ | |_) |_ __ _ | | │
│ | _ <| |/ _` | | | │
│ | |_) | | (_| | | |____ │
│ |____/|_|\__, | \_____| │
│ __/ | │
│ |___/ │
└───────────────────────────┘
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%