PyPortals
Portal-2D with mario-like gameplay
NEED HELP!
Omfgnuts
(omfgnuts)
I'm now trying to make mario-like arcade See description and project roadmap at http://code.google.com/p/mypythonplayground/
I'd like to thank R Sievers for helping with animation
This is roadmap for future realeses
DONE:
- World Editor
- Added adility to jump.
- Choose between charecters
- Implemented portal Gun
- Rotate portal gun with mouse
- Game icon in windows border
- Fix Portal Gun Blinking
- Collision with world
- Slow motion
TODO:
- Run animation
- Jump Animation
- Enemies
- Multiplayer o_o
- Shooting With portal-gun
- Some code optimization
(?) Back in time option
And post feedback, bug reports and feature requests :) ♥
Changes
Links
Releases
Pygame.org account Comments
-
-
R Sievers 2011-06-27 10:59:56
"!!!!!Plz, help me deal with hero animation!!!!!!"
It would be nice if you could tell us what kind of help you need..
Don't you know how to code an animation in PyGame?
Or can't you create the necessary Images on your own?OMFGNuts 2011-06-27 13:36:47
i dont know how to code, if u can, show an example with any images animating in my game, i'm really stuck with animation.
I've read several tutorials, but they wont work, so i'd be really happy if you could help :)R Sievers 2011-06-27 16:11:25
I did a simple animation here, using 7 images - take a look at it and try to apply it to your hero
http://www.pasteall.org/22739/...I picked these images from the Battle for Wesnoth:
http://svn.gna.org/viewcvs/wes...
http://svn.gna.org/viewcvs/wes...
http://svn.gna.org/viewcvs/wes...
http://svn.gna.org/viewcvs/wes...
http://svn.gna.org/viewcvs/wes...http://svn.gna.org/viewcvs/wes...
http://svn.gna.org/viewcvs/wes...
-
Jack 2011-07-18 02:11:54
How Do you make your python Files Downloadable? I have some I want to share, but I don't Know how :'(