Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #48385 > unrolled thread

Python MegaMan X clone - full game engine

Started byTurtle Wizard <elvishNOSPAM.healer@gmail.com>
First post2013-06-16 01:10 +0200
Last post2013-06-15 19:49 -0400
Articles 2 — 2 participants

Back to article view | Back to comp.lang.python


Contents

  Python MegaMan X clone - full game engine Turtle Wizard <elvishNOSPAM.healer@gmail.com> - 2013-06-16 01:10 +0200
    Re: Python MegaMan X clone - full game engine chetaget <chetaget@meh.com> - 2013-06-15 19:49 -0400

#48385 — Python MegaMan X clone - full game engine

FromTurtle Wizard <elvishNOSPAM.healer@gmail.com>
Date2013-06-16 01:10 +0200
SubjectPython MegaMan X clone - full game engine
Message-ID<m08v2b9dhl.fsf@gmail.com>
Hi all,

I made a codebase which is easy for extensions of making enemy AI's 
(anything really), most is based on inheritance of some good classes.

Here it is including first level :

https://github/zork9/pygame-pyMM

Enjoy!

-- 
Time heals.
my blog : http://thediaryofelvishhealer.blogspot.be/

[toc] | [next] | [standalone]


#48387

Fromchetaget <chetaget@meh.com>
Date2013-06-15 19:49 -0400
Message-ID<51bcfd97$0$1793$c3e8da3$14a0410e@news.astraweb.com>
In reply to#48385
On 2013-06-15 23:10:46 +0000, Turtle Wizard said:

> Hi all,
> 
> I made a codebase which is easy for extensions of making enemy AI's
> (anything really), most is based on inheritance of some good classes.
> 
> Here it is including first level :
> 
> https://github/zork9/pygame-pyMM
> 
> Enjoy!

Cool stuff, but the link needs a .com

Thanks

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web