Euchre

Recently I received an inquiry about the whereabouts of my Euchre program for Windows.  Ever since I have moved servers, the euchre download link has been broken.  I forgot to copy it!

So I dug out my old source code and worked to restore the code.  I haven’t run Windows as my primary operating system for several years now and I do all my development and computing in Linux.  Fortunately I have a Win32 cross-compiler installed, so at least I have the capability to compile Win32 programs.  I managed to create a simple Makefile and recompiled my programs.  I even tracked down an old installation of NSIS (NullSoft scriptable install system) that I needed to create the installer.  I ran it through Wine and it created the installers with no problem.  So, everything is up and running!

You can grab the Euchre game here.  Thanks to everybody who is still interested!

Comments are closed.