My mission for this project was to prove that I had learned from my C language class. I chose to replicate the popular memory game "Simon". The original game displays colors in sequence, then challenges the player to recall the sequence in order with increasing length. In my project, I used the numbers 0,1,2,3 instead of colors, but the idea is the same. There is no GUI and the program runs on Terminal, but I have included a menu, how to play, and two modes. Infinite mode continues until the player loses, while Classic mode allows the player to win after a user-defined sequence length.
I have included the code, simon.c, below to be opened with vim or another Terminal editor.
I also learned how to use GitHub so that I could post my code more easily for me and for you, so here is my first GitHub link!