A Rust client server game for the terminal that lets you play the Roulette casino game with your friends.
- A proof of concept for a Rust client server game to be played in the terminal.
- Client server echo working
cargo run -- client --message "hi"
cargo run -- server
- Create Roulette game
- Provide feedback to client on game state