Sunday, July 18, 2010
Lack of updates because...
I am porting PewPew to the Bada OS. There is a contest going on, and I believe I have a real chance of winning a price ;-)
Subscribe to:
Posts (Atom)
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,...
-
I wanted to write this post for a while. It describes a C++ technique to implement rollback in the context of multiplayer games that I feel ...
-
Occasionally someone will asked how I obtained the PPL look. In a nutshell: Draw everything with lines, including the text and the various i...
-
When aiming for a fully deterministic program, it is common knowledge that you have to deterministically seed your random number generators,...