Skip to content

CreatureProgramming

Florian Wesch edited this page Apr 5, 2012 · 2 revisions

How to program your creatures

Introduction

As outlined in the Joining and Hello World introduction, this game is client/server based. Players connect to the Server using a telnet client. Once connected the player can join the game. Each player has his own Lua Environment. The Program running in each players environment controls movement and action of the creatures.

Documentation is not finished. Feel free to visit the channel #infon on irc.freenode.net if you need help ... or want to help writing more docs :-)

Tutorial

Tools

Reference

Clone this wiki locally