GoMadd Games
Introducing Deal Or NoDeal

Deal or NoDeal is based on NBC's game show Deal or NoDeal.
This game is noway indorced by the offical NBC game show or by
NBC themself. Designed from scratch for fun by Jonathan Borgne
using Microsoft's Visual Basic 6.0.
We donot imply that this game is an acurate clone of the offical
DOND gameshow, however the math logic is pretty close to the real thing.
Download
Install Notes
Just run the "SetUp-DOND.exe" and
follow the onscreen instructions.
change log:
Version : 0.1.69
- added check for PrevInstance to fix a bug when more than one instance of DOND was running.
- added Options form for all settings. (rewrote options core code)
- small code/visual changes to the progress bar
- updated INI input/output code (more efficent now)
- converted "case" type to class based code (a little faster this way)
- reconfigured the setup package
- removed resume game code (found this feature not that important)
- added system try icon (sits in your system try when game is running)
- updated about form
- removed legacy code
- added a cheat code (see if you can find the key combonation for it)
Version : 0.1.61
- Fixed runtime error for update checker caused by no internet connection
- added change log to update checker
- some bank math now loaded from INI for easy tweaking
- added a winners list and form to display the last 5 winners
- fixed install so it dont run the game on windows startup (sorry)
- started implamenting a "Resume Game" (for future release's)
- updated about form.
Version : 0.1.44
- Fixed Mouseout event for the Case Control
- removed legacy code
- rewrote the array for the cases to be more efficent
- changed the GUI layout
- fixed progress bar
- added option to turn off update alerts
- added minimize button to title bar
- updated "About" form
Version : 0.1.40
- Added automatic update checker
- GUI fixed up a little
- rewrote basbank to be more efficent
- compiled to p-code to be more efficent
- rewrote the unload app routine to be more efficent
- rewrote the installation program (way better)
Version: pre-0.1.0
- end game logic had some errors (fixed)
- math expressions where fixed
- game icon added
- fixed a memory leak caused by main form not unloading properly
- updated "About" form
- added a "big money" option
- added options menu
- installation program written