What's new? | Help | Directory | Sign in
Google
game-baker
Visual Game editor for kids: Free (open source), cross platform in Python
  
  
  
  
    
Search
for
Updated May 29, 2008 by johngunderman
Labels: Featured
HomePage  
Game Baker: programming games without writing code

Introduction

Idea is to create a "game designer" suitable for young kids 8-12 years old, who can read, but reading pages of source code is too boring for them. Instead, use actions (statements) with easy to remember icons, organized into "event slots" of game objects.

Game definition is stored in YAML format, but the Python Pickle format can also be used.

Games can currently be created both from python scripts and completely from GUI.

BTW we have a graphic designer who promised to create custom icons for us, when we need them.

Other similar projects

How to help

Our first goal is game generator, but if you always dreamed about writing a GUI editor for a custom YAML/XML structure, with lots of icons, we would love to have you on our team!

Warning: pre-alpha! If your PC starts kicking or hissing at you, or makes hooting sounds and flies out of open windows into the night, don't blame us! :-)

If you want to just try out editing, please go to SandBox


Comment by andre.roberge, Jan 15, 2008

Guido van Robot does not uses Python but a Python-like language. A similar program that does use Python is RUR-PLE.


Sign in to add a comment