TileGamer

From OLPC
Revision as of 22:13, 19 May 2009 by Mikehahn (talk | contribs)
Jump to: navigation, search
OlpcProject.png Mike Hahn, volunteers welcome!

TileGamer: Make Your Own Games

Welcome to the OLPC wiki page of www.tilegamer.com, the world's most easy-to-use game creation system. Non-programmers can use TileGamer (formerly known as Treenimation) to create multiplayer board games, as well as animated games, and programmers can add functionality to these games. Professional game developers can use TileGamer as a prototyping tool. All users can log on to www.tilegamer.com and play these games inside a web browser, or create their own games, absolutely free!

Games created with TileGamer can be converted into a Java applet and run in a web browser. Simple drag-and-drop games can be put together by non-programmers, and programmers can add functionality to these games. All games are written in a built-in scripting language called Treescript, which resembles Java. The game editor lets you switch between infix mode (like Java) and prefix mode (like Lisp, the default). The game editor compiles Treescript code into Tilegamer Intermediate Language (TIL), which is a text file. The TIL code is then loaded into memory and executed.

At runtime, the end-user runs the Java applet (or compiled Python code in the case of the XO Laptop). The game editor is written in Python, so it will potentially run on multiple platforms, such as Linux and Mac, not just Windows. The "Tile" in TileGamer indicates that most game elements are contained within the cells or tile-stacks of one or more onscreen grids. Also, all animated objects are either contained in a cell/tile-stack, or straddle the boundary between 2 adjacent cells/tile-stacks.

Older Versions of TileGamer

TileGamer is an evolution of 2 earlier project, Treenimation and Vecset. The XO version of Treenimation was called Boardwalk.

Contribute to TileGamer

Anyone interested in taking on that role is encouraged to visit the Vecset web site, and peruse Vecset for the XO for some background. As a full partner in VECSworld.com, your remuneration will be 50 percent of the profits (see Vecset for the XO and click on Python Collaborator).

To dive right in and view the design specs of the Vecset prototype, click on Vecset Prototypes, and for an explanation of how Vecset can make money (the Windows version), click on The Power of Vecset. After all that, if you feel up to the task of turning my design specs into a working activity, please contact me.