README Errata

The README is slightly incorrect, instructing you to run the game with "./bin/python". It should read:
To run the game:

$ ./bin/python-local src/run_game.py
The README also mentions off-hand that the zc.buildout process installs Pygame and Numeric. This is incorrect. The dependencies listed in the Dependencies section are correct.

(log in to comment)

Comments

Also, for those of you running OS X Leopard, python 2.5 and PyObjC are part of the system installation. Just so you know.