Allowed libraries
Is the libraries list definitive? There are a few other game libraries I've seen on pygame that might be useful and not violate the "from scratch" directive too much. In particular, the AStar library might be useful to include. I've written my own version of this in the past, and I'm willing to do it again, but using it for pathfinding is so common, it kind of feels like we should add it. Plus, it leaves a lot of the fitness and spatial functions up to the implementor, so it doesn't do a whole lot of work for you, just takes out the tedious generic steps. Thoughts?(log in to comment)
As long as a library conforms to the guidelines (ie. it's released so other entrants may reasonably use it, and it's not a game engine) then it'll be OK to use.