Skip to content
hajo4 edited this page Aug 20, 2014 · 16 revisions

Welcome to the trAInsported Wiki!

This wiki will show useful tips and tricks on writing your own AI for the game.

General

Game Rules

Writing your own AI

Creating your own maps

As of Version 2 of the game, you can create your own maps.
Such a map consists of the actual map-data, embedded in a program
(written in LUA, just like the AIs) that manages it
(i.e. doing setup, generating passengers etc., and finally reporting the results).

The best way to learn how to create maps is to take a look at the maps created by other users.

Once you've finished a map, make sure to share it with other users!