I don't do bits and pieces: demo 2
I'm having trouble with the projectiles, so I'm uploading the next demo. I think I'll upload a demo each day until my final final. that should help some with getting it playable. In the meantime, I'll implement an idea I had to reduce memory, by having the tiles point to their image, instead of holding a copy. this will require some major changes to low level objects, wish me luck!Mac Note: Something goes wrong when loading levels on a Mac, not sure what it is, but the image that the level uses returns a -1 as a color value in the array2d, causing problems. I don't have access to a mac, so I'll be working blind in trying to fix that.
(log in to comment)
Comments
http://pastebin.com/xEzAKiFs
One thing that bugs me is you can't go left through that hole in the middle of the level. When you jump to go through, you go too fast and shoot past the whole, and the collisions keep pushing you out of it. You probably aren't in the mood to keep tweaking the collisions, so just be aware of this when designing the levels.
mihi on 2011/09/14 14:25:
Should I be able to leave the level on the very right side?