Build 10 classic Flash games and learn game development along the way with this ultra-fast paced game development course.

If you love this blog, this is the book for you.

Buy the book

Get the source code of 12 commercial Flash games, which have been loaded more than 50 million times!

Learn from real world successful examples.

Get it now

Box2D for Flash Games teaches you how to make Flash physics games from scratch with the most advanced features.

Create the new Flash game smashing hit.

Buy the book

Basic Circle Chain engine using Gideros Studio

While Circle Chain is still waiting to score its 1000-th download in the App Store (download it! Remember I will give away the source code once I reach 1,000 downloads), I continue with my experiment of porting the game with various development tools.

Some days ago I showed you a basic prototype coded with lua using Corona SDK, and now I am showing you another lua-driven prototype, this time made with Giderios Studio.

Giderios Studio is a complete environment for mobile application and game development. Using Giderios Studio you can write your code, manage your assets, preview your assets and see the console output of your application using an integrated IDE.

I am finding this tool very intuitive and interesting, mainly thanks to its built-in code editor which is really useful since there aren’t that much lua syntax highlighters.

While I will make a complete review of the software later, this time I am showing you the code needed to create the same prototype I made with Corona SDK

I recommend to have a look at this official tutorial to set up your first application, and then test the code I am giving you.

I am also giving you the complete project folder to download.

Rate this post: 1 Star2 Stars3 Stars4 Stars5 Stars (9 votes, average: 5.00 out of 5)
Loading ... Loading ...
Be my fan on Facebook and follow me on Twitter! Exclusive content for my Facebook fans and Twitter followers

This post has one comment

  1. George

    on April 12, 2012 at 9:05 pm

    So, this is kinda like Corona SDK?