_ _ _
(_)___ ___ | |_ ___ _ __ (_) __ _
| / __|/ _ \| __/ _ \| '_ \| |/ _` |
| \__ \ (_) | || (_) | |_) | | (_| |
|_|___/\___/ \__\___/| .__/|_|\__,_|
|_|
This is the unofficial wiki for the new isotopia developed by ~redShadow~, based on [[http://code.autistici.org/trac/isotopia|isotopia]] code.
I'm writing here because I don't have access yet to the official wiki/svn.
===== How isotopia will work =====
What I'm developing is a "game engine" more than a game itself. \\
It works like X server does: it communicates via socket with other scripts or programs that will use it for rendering rooms and catching user inputs.
===== Releases =====
Isotopia_ng2 is still *not working*. The code available on svn is only a developement version.\\
I'll post there when the first alpha release will be available!
==== Subversion repository ====
svn co http://svn.hackzine.org/isotopia_ng2/isotopia
===== Installation =====
to compile isotopia, use
cd isotopia
./autogen.sh
./configure
make
to run:
cd src
./isotopia
===== Isotopia-based games/apps =====
none for now