Forum Archive

Simple Game Engine

eliskan175

This project is far from complete but it's progressing very well so I thought I would share my results.

https://gist.github.com/b2739c37b139f9b057b7

Yes, it uses Pokemon sprites. Edit the boost value a bit if to run quicker. The goal is to grab three espeons without dying. Good luck!

This demonstrates how to set up multiple levels using data arrays (a good half of the code is an array for level2) and I'm in the process of making more monsters and aligning the score properly. I made the background in photoshop.

Inspired, and using coding, from http://omz-software.com/pythonista/forums/discussion/77/spritesheet-animations

Sadly the game will only work on iPad in portrait mode.

yodayoda230

Tricky game! Thanks for sharing

eliskan175

Thanks :) I did a huge update to it this while back: http://omz-software.com/pythonista/forums/discussion/185/pokebrawl-game-for-ipad

Many improvements, like new levels, more monsters, an intro screen, etc. But it still needs some work, especially with optimizing the code. It's quite a mess.

I haven't been working on it in a while, but I might return to it soon.