Skip to main content
newguy's user avatar
newguy's user avatar
newguy's user avatar
newguy
  • Member for 9 years, 5 months
  • Last seen more than 3 years ago
3 votes
0 answers
218 views

How often should I do a spatial partition over a top down MMO 2D game?

2 votes
3 answers
3k views

Is it alright to have hundreds of canvas object on screen?

1 vote
2 answers
224 views

Detecting collision between browser window middle point and other sprites visible in the window

1 vote
2 answers
628 views

experience/level growth system formula based on a plot chart, what kind of equation suits this one?

1 vote
2 answers
138 views

Updating bots/AI behavior after a fixed elapsed timestamp in game loop?

1 vote
0 answers
272 views

Resizing the map in HTML5 canvas

1 vote
1 answer
969 views

HTML5 realtime MMO games, should I do server side physics update or client side?

1 vote
0 answers
85 views

Where to put Tweening effect codes in HTML5 Canvas game?

1 vote
1 answer
151 views

Steering behaviors: how to flee then go back towards the hunter?

1 vote
1 answer
628 views

Do I need real socket connections to create AI Bot players in a multiplayer web game?

1 vote
0 answers
1k views

Websocket-based realtime multiplayer game client and server communication?

0 votes
1 answer
389 views

What is the correct way to get the starting point of a Box2D body?

0 votes
0 answers
773 views

2D Collision detection on server side

0 votes
1 answer
105 views

What is the mathematical explanation behind this implementation of simulating eyeballs roll in eyes?

0 votes
2 answers
2k views

Looking for a 2D spatial partitioning method for my top down browser game

0 votes
1 answer
7k views

How can I scale/zoom to a point in canvas in the game?

0 votes
0 answers
449 views

Adding multiple animated sprites on canvas make the game FPS drop sharply

0 votes
0 answers
76 views

Choosing a data structure for a group of static (almost) thousands of objects on HTML5 canvas