Hello, world!

This commit is contained in:
2026-03-31 15:31:36 +01:00
commit 520311cf9c
7 changed files with 390 additions and 0 deletions

25
README.txt Normal file
View File

@@ -0,0 +1,25 @@
┌───────────────────────────┐
│ ____ _ _____ │
│ | _ \(_) / ____| │
│ | |_) |_ __ _ | | │
│ | _ <| |/ _` | | | │
│ | |_) | | (_| | | |____ │
│ |____/|_|\__, | \_____| │
│ __/ | │
│ |___/ │
└───────────────────────────┘
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`.