June 26th, 2010
There are a lot of debate on flash/html5 canvas and other features.
The drawing api of canvas is easy to start with and reminds me of java2d with auto double bufferingi am still searching for solid animation framework on top of canvas which would provide me some things like flash’s movieclip equivalent and a drawing tool and and a good IDE.
Here is what i created today with canvas , I see no reason why this could not be done without canvas
canvas particle with HTML5’s Canvas tag
Posted in JAVA | No Comments »
May 3rd, 2010
“Gurkhas are best known for their history of bravery and strength in the Indian Army’s Gorkha regiments and the British Army’s Brigade of Gurkhas. The Gurkhas were designated by British officials as a “Martial Race“. “Martial Race” was a designation created by officials of British India to describe “races” (peoples) that were thought to be naturally warlike and aggressive in battle, and to possess qualities of courage, loyalty,self sufficiency, physical strength, resilience, orderliness, the ability to work hard for long periods of time, fighting tenacity and military strategy. The British recruited heavily from these Martial Races for service in the British Indian Army.[3] ……. src wikipedia”
i am making a tower defence game , this game will use push button game engineand will be a 2.5d (isometric) game.this game is named “gurkha” and will havea grukha as the main hero of the game.I am using flint particle engine for the particles here is screen shot of my WIP

Posted in JAVA | No Comments »
April 10th, 2010
here is my experiment with pathfinding using A* , pushbuttongameengine and as3isolib[http://codewithme.com/rama.swf]
Posted in JAVA | No Comments »
February 28th, 2010
Posted in JAVA | No Comments »
February 23rd, 2010
I have started coding a platform game that will be a facebook app
http://codewithme.com/platform/
will write more about this later …
Posted in JAVA | No Comments »
February 16th, 2010
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
Posted in JAVA | No Comments »
December 28th, 2009
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 !!!!!!
Posted in JAVA | No Comments »
November 24th, 2009
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>
Posted in JAVA | No Comments »
November 13th, 2009
here is my new carousels in flash with some 3d and z sorting
Posted in JAVA | No Comments »
September 6th, 2009
I just completed a flash game using AS3 and box2d physics engine . i guess it is the first flash carrom board game with some physics in it click here to have a play with this game
Posted in JAVA | 2 Comments »