jamin on August 26th, 2004

Well some people asked for the source code for my HoldemShowdown frontend, so here it is. It’s pretty trivial as the UI was designed with glade and the real work is done by the pokenum utility that ships with poker-eval. I’ve included a pre-built binary of pokenum in the tarball, so you may not even have to download poker-eval. But it just goes to show you how quickly you can design a front-end or simple application using MonoDevelop, glade, and C#. The code itself is about 100 lines of C# and I wrote it in about 30 minutes.

Tags: