In a recent post, I walked through the process of getting up and running with DreamSpark, AppHub, finding the tools, and ultimately publishing your app or game to the marketplace. There was one step I half-skimmed over though, because it’s one of those “whatever YOU want to do” kind of things. The actual application itself. In the post, I talked about ScriptTD, a fantastic open source code project you can customize and use for your own Tower Defense games. However, if you’re a little new to the whole development thing and want to test the water in the app publishing thing first before diving into actual code, this might seem a little daunting. So, in this post, I want to summarize a few of your options you have at your disposal, in increasing levels of difficulty.
Hopefully one of these will help you try out the process and get an application into the marketplace for real and you can see how easy it is.
http://bit.ly/APam
To me this is the easiest way to try to get an application into the marketplace. You don’t have to write any code, and the site comes with an in-browser emulator to test your application’s settings as you go. It also has some nice and easy customization options.
http://bit.ly/APffmf
I really like the elegance of building an application in FollowMyFeed for a single RSS source, but if you go outside that process it gets a little trickier. I also would prefer to set up the RSS feed first to ensure I have my data set up right before defining my images, but that’s a personal preference.
http://bit.ly/APscriptTD
This is the code project I referred to in my recent post about the entire application process, and one I absolutely love. Take an existing code project and customize everything you want. It’s a tower defense clone game that’s completely templatized, which allows you to make your own without writing code, but you can also dive in and change the code too.
http://bit.ly/APpodSK
One of my team mates – Danilo Diaz – created this awesome template project for building an application based on an RSS feed. The advantage of this over AppMakr and FollowMyFeed is that you get the complete source code which means you get to customize everything and you can see how it’s all done. You can, of course, just edit a couple of XML files, rebuild the project and have your app done, but I encourage you to use this option to see how the coding is done so you can better design your own applications in the future.
http://bit.ly/APwpim
One of the little tasks you need to do when making your app and then submitting it into the marketplace is creating the differently sized icons. This little tool makes it incredibly easy. Browse to an image, click and drag a square around the bit you want, and hit Save Icons when you’re happy. Voila! Icons in all the right sizes output for you. Then the only other graphics you need is a splash screen for your app, and at least one screenshot for submitting into the marketplace (which are conveniently the same dimensions, hint hint).
There are other options at your disposal, including just building your own application or game from scratch. However, I hope this gets you started on the path that suits your own skillset.
Remember, if you get an application or game published, please let me know what the link is so I can check it out!