资 源 简 介
Originally just for my Mazes game this is now a repository for all my programming projects
Mazes
Mazes is a 2D puzzle platfromer game written in python using pyglet
The objective is the same as any platformer, get from the start to the finish. The gameplay is a little different though, it focuses more on puzzles like the order that you use items to get past obstacles and less on shooting and jumping.
Currently the game is in pre-alpha stage and the version reflects the state of the engine code not the game code. Due to the upcoming changes in the pybox2d API I am waiting for the next release before adding more game code. In the mean time I will keep updating the engine.
I have mostly tested the game on Windows XP but it should also run on Linux.