Tactics RPG via Google App Engine

Tactics RPG screenshotWhile somewhat old news to some, the Google App Engine is an amazing tool allowing developers to tap into the scalability offered by the Google framework while developing entirely standalone applications. What’s more, along with the offer of the code base to build from, Google also allows developers to host their projects, at no cost, on the Google App Engine server (up to 10 applications per user, no less). I was excited to learn of the project initially, and the more I have delved into it, the more enthralled I have become.

For years now, I have wanted to have the means by which to develop a small tactics style RPG game, and while I have had the basic coding knowledge needed (not to mention buckets of ideas), it has been difficult to bring myself to the point of actually taking on such a daunting task. Having the opportunity to build on the data store and framework Google has offered with their App Engine has given me that extra little boost to begin development on one of my long time goals. Continue reading

Wordle: Creative Word Clouds

Wordle of Guahan Web home page
A friend has recently posted about Wordle on his blog, and after reading the post and trying out the site for myself, I thought I would be remiss not to make a small post about this amazing tool myself.

This creative idea uses a Java applet to read any word grouping you care to type, or you can simply point the tool to a website which offers an RSS or ATOM feed. From there, the app takes over: creating a stylistic word cloud that is quite aesthetically pleasing. With multiple color schemes, layout options, fonts and other details to allow for personal manipulation of the cloud, you can find the balance that is right for you. The image posted above was the first random creation that was generated by Wordle when pointed at this site.

Enjoy!