Skip to main content

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:

  1. World Editor
  2. Added adility to jump.
  3. Choose between charecters
  4. Implemented portal Gun
  5. Rotate portal gun with mouse
  6. Game icon in windows border
  7. Fix Portal Gun Blinking
  8. Collision with world
  9. Slow motion

TODO:

  1. Run animation
  2. Jump Animation
  3. Enemies
  4. Multiplayer o_o
  5. Shooting With portal-gun
  6. Some code optimization

(?) Back in time option

And post feedback, bug reports and feature requests :) ♥

Changes

Links

Home Page
http://code.google.com/p/mypythonplayground/

Releases

PyPortals 0.4b — 26 Jun, 2011

Pygame.org account Comments

  • raubana 2011-06-27 03:40:38

    This has been done before. Sorry man :(

    R Sievers 2011-06-27 15:14:01

    Let's count the T-tris Clones and snake games we find on Pygame^^

    OMFGNuts 2011-06-27 13:42:07

    Show me the link on this :D

  • 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...

    OMFGNuts 2011-06-27 16:45:24

    Oh made it work, i'll try to implement it to my game, biiiig thanx :)
    i'm still waiting for feature requests and bugreports :)

  • 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 :'(