little hanuman released
February 28th, 2010the beta version of little hanuman
the beta version of little hanuman
I have started coding a platform game that will be a facebook app
http://codewithme.com/platform/
will write more about this later …
I have been playing with pushbutton game engine for some time ,its really good to be able to create games without using flash IDE.there are few tutorial on pushbutton game engine ( there are really less tutorial on any game engines)this one is really a great resource for pushbuttongameengine http://pushbuttonengine.com/devgallery/pushbutton-tutorial-series .I am also learning Tile Studio for creating Tiles and maps. http://tilestudio.sourceforge.net/pushbutton engine contains really cool things like tracking object, box2d wrapper, easy way to make animation and many more.I have used sprites from the tutorial.here is link to what i have created till now , please wait for a while as i have not kept loading (loaders)http://codewithme.com/bugs/ I hope to create a full blown platform game with some orginal story line
I posted my carrom board game as a facebook app http://apps.facebook.com/carromboard and got good number of monthly active users in 2 days, really inspired by numbers if i get time i will post all of my games in facebook I have been trying to teach myself some isometric drawings and isometric enginesif i get time i will try built something as farmville !!!!!!
i just got some actionscript/javascript code where function returns the function. Confusing at first but really provided with amazing function call syntax:<script>outer=function(a,b){alert(a+b);inner=function(a,b){ alert(a+b); return inner}return inner;}outer(12,12)(12,3)(1,1)(1,1)(12,23);</script>
here is my new carousels in flash with some 3d and z sorting
I have been teaching myself box2d engine for as3 despite few resources and poor documentation i have come up with first test here is how it looks like .flash test with box2d