Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 263 Bytes

Readme.md

File metadata and controls

16 lines (9 loc) · 263 Bytes

Bitwise Poker

Just a small experimental poker game in which the Cards and Hand Rank logic is done via bitwise operations. I was just curious.

Don't expect a working poker game..

How to run:

cargo run

Disclaimer

It currently does not build.