I recently created a game in the Eek! Programming language.
It is a simple letter guessing game where the program comes up with a secret letter, and you have to input words or sentences to figure out what the letter is. The program will tell you how many times the secret letter showed up in your word or sentences by printing "!" as many times as it appeared in your sentence or word.
You can find the source code HERE.
(The isntructions are in l33tsp3ak because I couldn't use the characters "E" or "e" in the comments.)