- the AI does not know how to meld a RUN backwards, although the cards are still taken during sapaw - which results in sapaw to own meld
- the money does not get saved after you closed the game, every time you start to play (you've closed and opened the application), you'll get the same thousand dollars
- you don't know how much money you've won or lost on a particular round
- you can actually perform sapaw when you are still about to CHOW, which should NOT BE the case
- you'll get occasional BSOD (at least on my Windows 7 with VIA audio driver and an SRS system): PFN_LIST_CORRUPT
So here are the major changes made:
- AI knows how to meld a RUN backwards
- AI smarter than ever -- too broad to discuss but honestly, I am having a hard time defeating those AIs now
- Added more and better sounds including a background music (except during playing)
- Improved messages -- added how much won/lost on a round
- Added a volume control
- The statistics are sorted by the most recent round played
- Internal profile management improvements -- although naive approach but it works
- Added a more helpful HELP dialog, rather than a copy of the rules which can be found online
- Adjusted card dialog width (for the view stack and dump decks)
- Prevent user from exiting a round when it is not yet over (that's cheating) - although they can close the application when the going gets tough :-( and I can do nothing about that (okay, I can do something but it complicates things, maybe down the road :-) )
- The money is now persisted to the profile
- Improved bluffing algorithm
- and many other minor BUG fixes and enhancements