_ _ _
(_)___ ___ | |_ ___ _ __ (_) __ _
| / __|/ _ \| __/ _ \| '_ \| |/ _` |
| \__ \ (_) | || (_) | |_) | | (_| |
|_|___/\___/ \__\___/| .__/|_|\__,_|
|_|
This is the unofficial wiki for the new isotopia developed by ~redShadow~, based on isotopia code.
I'm writing here because I don't have access yet to the official wiki/svn.
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.
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!
svn co http://svn.hackzine.org/isotopia_ng2/isotopia
to compile isotopia, use
cd isotopia ./autogen.sh ./configure make
to run:
cd src ./isotopia
none for now