Showing posts with label syntax. Show all posts
Showing posts with label syntax. Show all posts

Wednesday, April 22, 2009

Syntax highlighting for Lua in Xcode

It is possible! You only need to copy two files in the correct directory:
LuaXcode3SyntaxColor.zip

(found at Capgo's website via lua-users.org)

Update: after installing this, Xcode started crashing regularly, and at one point I couldn't even send the game to the emulator anymore => I removed the files.

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