| BATTLESHIPv5 BATTLESHIPv4r4 |
It started as a simple program for testing functions as 2 dimensional array indexes. Got way outta hand and mutated into full blown game pitting you against the power of the as/400. Very entertaining. |
| BLACKJACKv5 BLACKJACKv4r4 |
Beat the house with this version of 21. Three dimensional indexing function used by array to form cards. |
| CRIBBAGEv5 CRIBBAGEv4r4 |
Quite possibly the most complex game code ever written for the 400. Unique hand scoring system shows card sets and point values. Robust strategy optimization routines. If you like Cribbage, you will be amazed by this one. |
| PYRAMIDv5 PYRAMIDv4r4 |
Pyramid variation of Solitaire for the 400. Select all pairs of cards scoring 13 to win. |
| RUBIKSCUBEv5 RUBIKSCUBEv4r4 |
Fun with a 3d 6x3x3 indexing scheme! Rubiks gurus check out the Inductive Rules by Peter Suber. Non-gurus (like me) can use this game to rotate lots of pretty colors across the screen! |
| VIDEOPOKERv5 VIDEOPOKERv4r4 |
Uses a hash table and the random number API to sort a deck of cards. Also uses the concept of implicitly defined arrays as DS subfields of defined arrays. Thanks to Mike Corbo for suggesting card face visuals. |
| TICTACTOEv5 | 2d array indexing example. |
All V5 games are available in the download text file DOWNLOAD along with all the commands and other programs on this site. Also in the download text is a command JCRGAMES. It allows execution of all these game programs from a menu!
Back to SiteMap. Back to Homepage.
Last modified January 2nd, 2008.