f112f9ed0c730a55a70624eff3329dba39acde38
┌───────────────────────────┐
│ ____ _ _____ │
│ | _ \(_) / ____| │
│ | |_) |_ __ _ | | │
│ | _ <| |/ _` | | | │
│ | |_) | | (_| | | |____ │
│ |____/|_|\__, | \_____| │
│ __/ | │
│ |___/ │
└───────────────────────────┘
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. Binary artifact should be located under
`./bin/big-c`.
Languages
Rust
100%