Introduction

[ Home ]

 

TileGamer is a software tool which enables you to create multiplayer board games, as well as games with 2D animation (and ultimately 3D animation). You can log on to TileGamer.com and play these games with other TileGamer users. TileGamer is based on a powerful yet easy to learn, object-oriented scripting language called Treescript. Non-programmers can create drag-and-drop games, and both novice and advanced programmers can use Treescript to add functionality to these games.

 

What sets Treescript apart from other languages is its dual-syntax capability, which defaults to prefix mode (all operators come before their operands), and also gives you the option of infix mode (binary operators come in-between their operands). When prefix mode is enabled, Treescript resembles Lisp, but when infix mode is enabled, it looks a lot like Java (Treescript is based on Java).