26 lines
765 B
Plaintext
26 lines
765 B
Plaintext
┌───────────────────────────┐
|
|
│ ____ _ _____ │
|
|
│ | _ \(_) / ____| │
|
|
│ | |_) |_ __ _ | | │
|
|
│ | _ <| |/ _` | | | │
|
|
│ | |_) | | (_| | | |____ │
|
|
│ |____/|_|\__, | \_____| │
|
|
│ __/ | │
|
|
│ |___/ │
|
|
└───────────────────────────┘
|
|
|
|
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`.
|