Downloads
This page contains material that was created by John. The source code is available on the Case Study page.
- GAME -> Fireball! Years ago, an engineer anonymously distributed the code to play this logic game on a Hewlett Packard calculator, using paper and pencil. This is a Windows version that John wrote. The game grid is a 10x10 array containing several hidden posts. By firing cannons into the array and observing where the balls emerge, you deduce the location of the posts. The object of the game: to deduce the location of the hidden posts. John has tested this on Windows 98/2000/XP, and it should also run on NT.
Download Fireball! This downloads FBsetup.exe. Run FBsetup.exe, which will install the Fireball program and make a desktop shortcut. There is also a help file to show how to play the game.
- Vroom-Jago - This is a decision tree program that can be used to help determine the level of collaboration when making management decisions.
- SERIM - Software Engineering Risk Management. This is a tool used in project risk assessment. It has 81 questions in 10 categories, and provides an assessment of the project risks.
- Disk CRC - This program calculates a 32-bit Cyclic Redundancy Check (CRC) on an entire disk, a directory, or on individual files. It can be used to verify disk duplication.