You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A study of different language paradigm, mainly functional language. Smalltalk, Haskell, Rust, and Elixir. Using 2 languages to build a project that compares two poker hands; returning the winning hand.
rs-poker is a rust library that includes all of the poker evaluation tools that you need from hand ranking and starting card enumeration to a full agent arena for self learning.