6
votes
2answers
277 views
What is a good strategy for constructing a directed graph for a game map (in Python)?
I'm developing a procedurally-generated game world in Python. The structure of the world will be similar to the MUD/MUSH paradigm of rooms and exits arranged as a directed graph (rooms are nodes, e …
4
votes
What’s the best toolkit for doing 2d game programming with Python?
I have used and would highly recommend pyglet, which provides 2D sprite graphics, hooks into OpenGL effects, audio support, file asset management, …
