Riddle Solving Game
Using Java with Swing I created a game in which the user is given a sentence that has each letter matched to a corresponding letter. It is the user's job to decipher which letter matches which and to find the meaning in the sentence. I decide what the user said through use of regular expressions and ended up learning quite a lot about regex through developing this project.



