Homegrown open source game related programs:).
Python
Prototype for the deck shuffler used in Data Dungeons. each number in list refers to different card values – Deck Shuffler.
Basic scrabble program, keeps track of scores for each player and adds up the point value for words made – Scrabble.
C++
Answers set of questions and get given a fantasy class – QnA Character.
Gives a random team of Pokémon from a pool and assigns them all natures (was an idea for a Pokémon stadium tournament) – Team And Nature Generator.
Produces a random encounter with a fantasy enemy. Stronger foes turn up less often – Random_Encouter.
Early turn based combat program. uses a prototype of the health bar used in Data Dungeons – Dragon. pro
Fantasy text adventure featuring choice based story lines and turn based battles – Textlandia.