Programs
Blackjack
Text-based blackjack game and C++ source. This should eventually be added to the life sim game. The computer uses a rather simple algorithm, taking another card if the value of his hand is below a certain set number. This number is different if the computer holds an ace in his hand. These numbers (I forget what they are) have been mathematically proven to earn the computer a better hand and not go over more than 50% of the time.
Mastermind
Mastermind is a classic code game in which you have to guess which four numbers the computer is holding, and in which order they are. You are given fifteen turns to guess the correct sequence of numbers, and each turn, the computer tells you how many numbers you have in the correct space with the correct number, and how many correct numbers in the incorrect space you have. Text-based. C++ source included. NOTE: There seems presently to be a bug in the game!
Yahtzee
Yahtzee is an old dice game in which you have to roll five dice, then try to make patterns with them. You are allowed to re-roll any number of the dice twice each turn, and at the end of a turn, you have to fill in one of several categories on a score card like highest number of twos, full house (two dice with one number, three with another), or yahtzee (five of a kind). Game lasts fifteen turns, and the goal is to fill each of the score card's fifteen slots. Text-based. Includes a high score list and C++ source code.
Life Sim
The life sim's eventual goal is to be a fully-featured simulation of a fantasy world. Time is based on the real-world's time, but life in this game generally progresses at a faster pace. Eventually, there will be slews of interesting characters, treasures all over, and a world ripe with potential and rich with detail. Very few of these features have yet been added. The game is text-based. Only the Windows executable is included, since the creator is zealously guarding this game's source code.
Crystal Space Test Application
A showing of all that has been done with Crystal Space thus far. Not very enjoyable, but if you want to know how we're doing, look no further.