Hello all, This is my new game Okto. Goal of this game is to avoid collision between the ball and the oktagons, and survive as much as possible. You can play it here: http://netgfx.com/trunk/games/okto/ Here are some screens also - Fun fact: first I had tried to create this game with KineticJS canvas framework (don't get me wrong it is an amazing framework). But I could not get passed 30fps even on desktop devices, whilst the code was highly optimized. With Phaser all my problems are solved and I'm seeing 50-60 fps at least on newer mobile devices and of-course dekstop. Thanks for your time!