Tagged Questions

15
votes
7answers
2k views

Konami Code in C#

I am looking to have a C# application implement the Konami Code to display an Easter Egg. http://en.wikipedia.org/wiki/Konami_Code What is the best way to do this? Update 1 This is in a standard ...
5
votes
4answers
232 views

Konami Code using C# and ASP.net

http://en.wikipedia.org/wiki/Konami_Code I already done this using full javascript but how can i do this in C#/asp.net website (not winform). thanks..