I recently created Squared, a game that was submitted to the Windows Phone 8 store. It’s a pattern-matching game. You’re given 60 seconds to match the corners of a small square with the corners of a larger square, which resides in a grid of many squares. As you find solutions you earn points and time is added to the clock. If you’re fast the points you earn are multiplied and you have a better chance to earn a spot on the global leaderboard.
There are a handful of reasons I created this app:
- Since college, I’ve always wanted to create a novel game.
- Last summer I read Eric Ries’ book, “The Lean Startup” which discusses how to build a minimum viable product (MVP) that needs to be instrumented to understand how many and if users like a product. I’ve been meaning to build a product instrumented to measure user interest.
- I became one of the resident ‘big data’ analyzers in my professional job. I work on a service that logs every interaction between clients and the service. This allows the feature team and business to glean important business intelligence and service intelligence. Since I’ve been writing scripts to process swaths of data, I’ve been motivated to collect event-oriented data in the software I create in my spare time. I’ll discuss this more in another article.
- I was interested in learning more about the Windows Phone 8 SDK. I was an iOS developer for about 2 years and I spent 8 months working on Android.