Post #10 Arcade
C# has been a wonderful programming language experience. Now I will create a program to not only show the basic features of C# but also to show off it's cool features we talked about in the previous posts. Let us discuss this program. As the title suggests the best way I have thought of to show off C# is to make an arcade. This arcade will be a basic arcade in the sense that it will have games you can play. In addition it will also have tools that are useful for everyday life. I don't know exactly how long it will be as I will be adding whatever I can manage to get done. Let's talk structure. The entire program will be run off of one namespace. That namespace is basically just going to be my driver. As namespaces are one of the cool things I want to show off there will be multiple namespaces. Each namespace will be it's own program. The driver will obviously have all programs but is unique because it is the main program. So far I've thought of 3 ideas for my ...