/exploding-poker

rust toy project

Primary LanguageRustMIT LicenseMIT

Exploding Poker

This is a toy project to code a variant of Texas Hold'em inspired by exploding kitens game. It is also my first go at rust programming language - bare with me.

Running locally

cargo build
systemfd --no-pid -s http::3000 -- cargo watch -x run

License

This project is MIT licensed.