Friday, March 6, 2009

PewPew, step 4


I added a lua interpreter. The graphics (font/ship/background/bullets) are loaded from lua scripts. Also, openGL is now set up for 3D graphics (before, objects far away from the camera were as big as the objects near).

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