Two people have graciously sent me email notifying me about an issue with my Coloretto implementation on IE8. I'll be looking into that this weekend. Probably some incompatibility with the Javascript implementation and Microsoft's JS engine. Stay tuned.
Update: It seems in IE8 there are situations where the style-sheet specification for the z-order of divs can default to NaN and when I was adjusting the z-order of cards as they move around the table it would periodically attempt to set the value to something that was Not a Number (NaN). So, I just check for that now and it seems all browsers I did a quick test with (FF, IE, Safari, and Opera) seem to be fine with that check. I appreciate the emails letting me know this was a problem. Enjoy.


After quite a bit of testing by myself and others, I've switched over the 'Beta' bots to be the official 'Advanced' bots. I thank everyone who tested the logic and also gave me some great feedback on tactics.
I've spent a few hours creating slightly tougher bot logic and if you'd like to try it out, select the 'Beta' option in the new skill-level drop down before you start the game. In developing the new bots I did run across some defects in the original bot logic that I needed to rely on in the derived work. I fixed the defects I ran across so I hope I haven't totally destroyed the original logic.



