Re: Game programming for kids: looking for open source 2D game development kit

2007-03-30 Thread Max Kubierschky
Diez B. Roggisch schrieb: > Max Kubierschky schrieb: >> Hello, >> >> I'm planning to give a game programming course for kids of mixed age. >> For this, I am looking for an open source 2D game development kit. >> I am also willing to participate in the

Game programming for kids: looking for open source 2D game development kit

2007-03-29 Thread Max Kubierschky
Hello, I'm planning to give a game programming course for kids of mixed age. For this, I am looking for an open source 2D game development kit. I am also willing to participate in the development of the development kit. Features I'd like to see - Possibility to construct simple games via drag and

epydoc: links to other methods/classes with reStructuredText

2006-03-18 Thread Max Kubierschky
Hi, I try to use epydoc with reStructuredText. It works fine, my only problem is that I couldn't figure out the syntax for links to other methods or classes. Any hints? Max P.S: Where is the correct platform for discussing epydoc? -- http://mail.python.org/mailman/listinfo/python-list

distributing resources within a module folder

2006-03-18 Thread Max Kubierschky
I want to access some static (non changing) files from within a module (e.g icons, style sheets) and distribute them together with the module. Can I place the inside the module folder? If so, how can I access them? If not so, what is the best thing to do? Max -- http://mail.python.org/mailman/lis