docs/source/basics.rst @ 2e42d7f29dde

Moar docs.
author Steve Losh <steve@stevelosh.com>
date Wed, 10 Aug 2011 00:37:28 -0400
parents (none)
children cb2d6c82204a
Basic Concepts
==============

When you connect to a server you get a ``Bot`` object back.  You can connect with
``(clojurecraft.core/connect {:name "hostname" :port INT} "username")``.

Once you've got a bot you can query it for data about its world and tell it to
perform actions.