Today, while doing my daily googling of PewPew-related news, I found a piano version of PewPew's main theme!
Tuesday, November 22, 2011
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,...