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 27, 2008 by peter.masiar
Labels: Featured
Installing  
How to install Game Baker

Introduction

How to install and run Game Baker:

Please read the section for your Operating System.

Windows

nb - Game Baker has not been tested on Windows

Now download the latest release of Game Baker. Unzip it and place it in a directory anywhere you like. You should be able to run gamebaker.py from where you have put the game-baker directory.

Mac OSX

nb - Game Baker has not been tested on OSX - I am unfamiliar with OSX / BSD installations - anyone care to help write this?

Linux (Ubuntu)

- this was tested using Ubuntu 7.10 (Gutsy)

Go to the latest Downloads page, and

- If this does not work

first, ensure you have pygame and pyyaml installed:

sudo apt-get install python-pygame
sudo apt-get install python-yaml

Now download the latest release of Game Baker. You can also use the version in the svn repository.

You can unzip this directory anywhere. Now try running gamebaker.py using the python interpreter.

To Try the demos you should run the python scripts in the demos folder.

Linux (general)

Game Baker requires Python (which should already be installed), PyGame and PyYaml (python-pygame and python-yaml in debian repositories).

- Ensure you have these installed and up to date. You may also require PIL (the python imaging library) as it adds extra file handling functionality to PyGame.

Now download the latest release of Game Baker. You can also use the version in the svn repository.

You can unzip this directory anywhere. Now try running gamebaker.py using the python interpreter.

To Try the demos you should run the python scripts in the demos folder.


Sign in to add a comment