Has anyone ever messed around with or got into Drupal? Its known to be one of the most powerful PHP frameworks out there but it's really hard to get into.
So can anybody give me some pointers?
Hi, this is a problem that has been troubling me for a long time and when there is no where else to turn i come here. so it sounds really simple but i just can't get it right so can someone please show/tell me how to block an objects movement when it's colliding with another object. here is what i h...
no no thats not how my map looks like. mein looks more like this | x | y | w | h | -------------------------------- | 0 | 0 | 100 | 20 | | 100 | 35 | 40 | 300 | | 240 | 657| 700| 30 | | 45 | 35 | 40| 300 | | 123 | 252| 410| 300 | | 10 | 15 | 30 | 60 | and when i retirive it, it comes as 1 string tha...
Thanks, i used php and converted Rect objects to values in mysql, each map is a new table and each Rect is a value in that table. to read the map i simply retrieved the map as 1 string via php and then decoded it to an array of Rect objects.
I've heared alot of noise and exitment revolving around HTML5 and decided to try make a game with it myself. so i started fiddling around with canvas element and it turned out some pretty owesome resaults, I even managed to run at a top speed of 60 FPS (mesured using chrome's FPS counter). any way i...
Hi, i've been messing around with js and canvas recently, while attempting to make an engine of some sort I've run into a problem i just can't manage to fix. I tried to make a 2d camera by positioning the player at the center and moving the enviroment but the drawing of the walls and the collision o...