What I've done so far

In my middle school programming class, our teacher has urged us to learn python and use it, at least for this year. I wanted to make a game, but I had to make it in python and use pygame. Pygame is not easy at first and can be very frustrating, but after working with it for a while, I've grown to like it. I made this little game. It evolved from the idea of a simple little isometric shooter to a game engine capable of saving, loading, menu navigation, and cool puzzle elements. Right now it's not much, but I'm making frequent updates, so stick around.

In order to run this game, you have to have python 3 installed, and pygame installed. These should be fairly accessible. To launch the application, navigate to Cataclysm-MASTER/Cataclysm-SRC/scripts/ and open/run frame.py. Again, it's not much as of now, but feel free to mess with the code, make levels and put them in the maps folder, mess around with the gameinfo file etc. Enjoy!

Comments