Search found 91 matches

by VZdemon
Sun Feb 02, 2014 12:23 pm
Forum: General Development
Topic: Drupal
Replies: -1
Views: 208

Drupal

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?

Thanks :)
by VZdemon
Fri Sep 07, 2012 9:10 am
Forum: Coding
Topic: Blocking movement in 2d space
Replies: -1
Views: 868

Blocking movement in 2d space

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...
by VZdemon
Sun Jul 22, 2012 8:19 am
Forum: General Development
Topic: Our JS game engine
Replies: -1
Views: 610

Re: Our JS game engine

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...
by VZdemon
Fri Jul 20, 2012 6:39 pm
Forum: General Development
Topic: Our JS game engine
Replies: -1
Views: 610

Re: Our JS game engine

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.
by VZdemon
Fri Jul 20, 2012 10:14 am
Forum: General Development
Topic: Our JS game engine
Replies: -1
Views: 610

Our JS game engine

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...
by VZdemon
Fri Jul 13, 2012 11:07 pm
Forum: Project Showoff Tier II
Topic: HTML5 Game - Galactic Conquest
Replies: -1
Views: 1154

Re: HTML5 Game - Galactic Conquest

Great work! What engine did you use?
by VZdemon
Thu Jun 21, 2012 6:28 pm
Forum: Advanced Help and Support
Topic: JS game 2d camera issue[Solved]
Replies: -1
Views: 878

Re: JS game 2d camera issue

nvm i solved it, thanks for reading though
by VZdemon
Wed Jun 20, 2012 9:19 pm
Forum: Advanced Help and Support
Topic: JS game 2d camera issue[Solved]
Replies: -1
Views: 878

Re: JS game 2d camera issue

p is the player object. here's a screen shot :
by VZdemon
Sun Jun 17, 2012 5:06 pm
Forum: Advanced Help and Support
Topic: JS game 2d camera issue[Solved]
Replies: -1
Views: 878

Re: JS game 2d camera issue

Is my code not understandable?
by VZdemon
Fri Jun 15, 2012 2:57 pm
Forum: Advanced Help and Support
Topic: JS game 2d camera issue[Solved]
Replies: -1
Views: 878

JS game 2d camera issue[Solved]

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...

Go to advanced search