Advanced Search

Author Topic: megaman 4 game written in python open code  (Read 3338 times)

0 Members and 1 Guest are viewing this topic.

June 19, 2013, 03:55:37 PM
Read 3338 times

Offline bubble.rogue

  • Standard Member
  • Date Registered: June 19, 2013, 03:46:08 PM

    • View Profile
megaman 4 game written in python open code
« on: June 19, 2013, 03:55:37 PM »
Hi dudes,

I made a small python codebase (3000 lines approx. using pygame) for making simple megaman games. You can make your own A.I.s by inheritance. There's a working heatman and toadman inside. Here's the link : https://github.com/zork9/pygame-pyMM
You can download it by typing the following in a shell : git clone https://github.com/zork9/pygame-pyMM.git

It's not much but I made it thanks to the MM shared graphics on google and using simple algorithms.

I hope I can be of help later on in this forum.

Here's some screenshots :





Enjoy,
bubble

June 20, 2013, 02:57:13 AM
Reply #1

Offline *Alice

  • Standard Member

  • summertime everywhere summertime in your hair
  • Date Registered: January 07, 2013, 11:56:48 PM

    • View Profile
    • aliceif#4000
Re: megaman 4 game written in python open code
« Reply #1 on: June 20, 2013, 02:57:13 AM »
Well, it is pretty much unplayable and many things do not look right at all.
You can fall through the floor easily, the collision detection is not that good, and the gameplay just feels really strange.
And the graphics are more or less just from all different parts of the Megaman series which just makes the whole experience even stranger.
But I can imagine this being more like a very pre-alpha tech-demo and nowhere near a full release, and for that it is not really all that bad.
I unfortunately can't really say anything more because I have near-to-no experience in developing platforming games nor programming in python.
I am definitely looking forward to an eventual alpha release with maybe a small testing stage or even one made for the final game.