News

HTML5 game development links

  I have recently become more and more interesting in HTML5 game development.  However, upon initial investigation I realized there are an absolute ton of libraries and tools out there.  Some of them are amazing, others… not so much.  During my research I put together notes on the key libraries, tools, books, frameworks and IDEs […]

HTML5 game development links Read More

PlayN for iOS?

    I am noticing from web logs a number of people are searching to discover if PlayN supports iOS as a target.  The short answer is no, the medium answer is maybe and the long answer is probably soon.     As it stands today PlayN targets Android, Java, HTML5 and Flash but no […]

PlayN for iOS? Read More

Moai Tutorial Part 2: Loading and displaying a sprite

  When we last visited Moai land things were getting started, hot and pink; but just a bit boring.  Let’s spice it up a bit with a sprite that totally isn’t the logo from Watchmen!   screenWidth = MOAIEnvironment.screenWidth screenHeight = MOAIEnvironment.screenHeight print("Starting up on:" .. MOAIEnvironment.osBrand .. " version:" .. MOAIEnvironment.osVersion) if screenWidth == […]

Moai Tutorial Part 2: Loading and displaying a sprite Read More

Scroll to Top