- Aug 26, 2012
- 12
- 0
- 0
Hey, I published an app in the Windows Store and open sourced it on Windows 8 Color Copy (Simon Says) Game Sample in C#, XAML for Visual Studio 2012
You can do anything you want with the code as long as you change the images and names.
Some topics are explained in the comments in my code. The examples provided make it very easy to learn the topics and reuse the code for another project.
UPDATE: I guess I should describe the app a little bit. It is a memory game like Simon Says. Copy the color/sound patterns in order to win. The difficulty gets harder every round.
Links:
If you have any questions or comments, then please feel free to comment below or on the MSDN Code site.
You can do anything you want with the code as long as you change the images and names.
Some topics are explained in the comments in my code. The examples provided make it very easy to learn the topics and reuse the code for another project.
- Storyboard (for animations)
- MediaElement (for audio)
UPDATE: I guess I should describe the app a little bit. It is a memory game like Simon Says. Copy the color/sound patterns in order to win. The difficulty gets harder every round.
Links:
- App Code
- App in Windows Store (screenshots)
If you have any questions or comments, then please feel free to comment below or on the MSDN Code site.