Monday, March 9, 2009

PewPew, step 6


Added space partitioning, allowing efficient collision detection between the player, the ennemies, the bullets, and the walls.

No comments:

Post a Comment

Unexpected Gotchas in Making a Game Deterministic

When aiming for a fully deterministic program, it is common knowledge that you have to deterministically seed your random number generators,...