|
DemosIn addition to the small demos included with wxBasic, I've also cloned two games. Each has a number of graphic files attached, so they aren't part of the primary distribution.The Mines demo is complete, and pretty stable. The Freecell demo still has some bugs that are being worked out, but it's got a cheat mode which more than makes up for any code deficiencies. I've also created a binary version of the Freecell demo. This was created by first running the code through a shrouder routine that mangles the code, and then binding the shrouded source code onto the binary executable, to create a stand-alone binary application. The source code has been updated with the release of version 0.50, since case sensitivity breaks some of the prior code.
|