Earlier this summer, I learned how to write Windows 8 apps. It was a tough education. Actually learned most of the lessons by reading a book on writing Windows 8 Apps with C#. Translated the ideas to my C++ apps. Created about 10 apps in all. Six of them are now featured in the Windows store. As soon as I get some cash, I am going to put up a nice web site to market my apps. Right now I have some placeholders on a free web site.
Learned how to write Windows 8 Apps took a toll on me. I was staying up late every night. Stopped exercising. Stopped working on projects out in the yard. Pretty much got into a funk. Ever since I completed the apps, I have not been doing much programming. I think I created maybe 1 mickey mouse sized utility in Java. Whew. I need to get back to coding.
Today I decided I would write a Pacman clone. That is a sizeable task. I think I am up to it. Only have a month before the fall semester starts at school. This semester I am taking a tough class (intro to PHP). So I need to knock out Pacman in the next month or so. Baby steps though. First chore is to write the Pacman Level Editor (PLE). This will allow me to draw and save the maze. That will be a cool little tool. I think I shall write it in
Java for kicks.