Projects/OLPC KAGE

From OLPC
< Projects
Revision as of 19:19, 4 October 2008 by Creek23 (talk | contribs) (initial write-up)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Welcome to the OLPC KAGE: 2D Game Development Kit for XO

This project will be a big attempt to have an alternative 2D Game Development Kit for XO.

This will need a port of the Engine, Source Editor, and the Tools used in KAGE.

Project Members

KAGE

KAGE is a Free Software and Open Source Game Development Kit suitable for teaching 2D game programming.
The end goal of the project KAGE is to have a "Flash"-like educational gaming platform (though need-not to be in vector) for Windows, GNU/Linux, MacOS, and Symbian where any newbie can learn how to make his game/animation etc.
A lot of work has been made and a lot more is to be done. It might need to hire programmers to make an engine for Symbian and MacOS, then some in-house testers for stability among these platforms.

Why This Project?

XO needs alternative

There will probably be no Flash IDE that would run in XO, so a smaller Game Development Kit is needed.
The Python Language is mostly the primary option. But this project will provide an alternative to PyGame, where a programming language will be more of C/C++.

Challenge to developers

KAGE has been proven to be as easy-to-learn basing from users of ages 16 to 18. A challenge to the developers is to make it more easy for ages lower than 16 to learn game development.

Engine (Quixie)

Krixware KonsolScript Engine, aka Project:Quixie,is the cross-platform enabling engine of KAGE. This Work-In-Progress engine runs on GNU/Linux and Windows.

It is currently written in FreeBASIC. A language which was not yet tested to run compiled binaries under XO.

A new engine might be needed and probably be implemented in C++. There are lots of other beginners gaming toolkit waiting to be used in SourceForge.

Editor (KSE)

KonsolScript Editor, is a simple editor. It only needed a syntax highlighting component (Scintilla).

The current editor is written in Visual BASIC 6. Although it runs on other GNU/Linux distro using WINE, it would probably not run under XO.

This means than a new editor will be needed for use in XO. But the engine is designed to be simple that a single call on the engine (passing the current file as argument) will be enough to run the script.

Tools

As of now, the mostly used tool in making games in KAGE is the editor and the engine, which seems to be enough for beginners to make their games.

But most of KAGE users' age ranges from 16 to 25. XO users ranges from 6 to 16. This would require some utilities to be developed.

Documentation

Tutorials - a tutorial is available from KAGE website, and a mirror from Game Programming Wiki and GameDev.net.

User Manual - a user manual is also available from KAGE website, which can also be downloaded as CHM file for off-line reading. Although, there seem to have no CHM reader in XO.


Games should be fun! Almost all of them require learning and honing some set of skills; logical, coordination, mathematical, etc. They are an important pedagogical tool that engage the child in a more informal setting. This category includes activities and ideas for games.