geopi
geopi
Making a heavily modified version i stumbled into that bug too. The bug I had was related to the the quadtree used for collision detection. There is a temporary fix...
Preventing brownser zoom seems not very hard as google research yields a lot of results regarding this. The brownser zoom is extremely laggy for most people and I think too...
Check phonegap to use javascript / css / html client for crossplatform mobile app.
link of the server ? might be related with the bandwith usage . if you use a domestic internet network you should do a real deploy on a server like...
indeed it lags (i use chrome). Did you edit the code and which branch did you use ? It looks like it is client related (app.js) unless you edited the...
Here a copy paste of my reply in 2 other similar 'issues' regarding this : You basically just need to put a graph.setTransform(x, 0, 0, x, 0, 0); inside the...
very late reply but it might help someone anytime : You basically just need to put a graph.setTransform(x, 0, 0, x, 0, 0); inside the app.js file in the gameloop...
Crash is caused by the program with the function splitCell seeking an out of range value of an non-existant cell (which has just been recombined and destroyed) , you fix...