Welcome to the Creatures Wiki! Log in and join the community.

Difference between revisions of "Animus Chaotica"

From Creatures Wiki
Jump to navigation Jump to search
m (fix bullets)
m (URL fix)
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{cancelledproject}}
 
==Introduction==
 
==Introduction==
[[Animus Chaotica]] is a [[Creatures]]-like [[ALife]] game currently under development by [[Vadim]] and [[Nornagon]].  It uses a client-server architecture, in which the server does as little as possible. The server is being written in C, and is currently **ix-specific. The "official" client is also written in C, using SDL. However, anyone is welcome to roll their own client. There are three official pieces of software: the [[Animus Chaotica]] client, the [[Animus Chaotica]] server and the [[Animus Chaotica]] adminitration tools.
+
[[Animus Chaotica]] is a [[Creatures]]-like [[ALife]] game currently under development by [[Vadim]] and [[Nornagon]].  It uses a client-server architecture, in which the server does as little as possible. The server is being written in [[Wikipedia:C programming language|C]], and currently runs only on [[Wikipedia:Unix|Unix]]-like systems. The "official" client is also written in C, using [http://www.libsdl.org SDL]. However, anyone is welcome to make their own client. There are three official pieces of software: the Animus Chaotica client, the Animus Chaotica server, and the Animus Chaotica adminitration tools.
 +
 
 +
For those who use [http://subversion.apache.org/ Subversion], the current code can be found at https://subversion.apache.org/source-code.html.
  
 
==Requirements==
 
==Requirements==
Line 12: Line 15:
  
 
==External Links==
 
==External Links==
*SVN root: https://vadim.ws/svn/animus
+
* ViewCVS (source code repository) (down, formerly at ccdevnet.org/viewcvs.cgi/?root=animus)
*Build instructions for linux: https://vadim.ws/tiki-index.php?page=AcBuild
+
* Build instructions for Linux (down, formerly at wiki.vadim.ws/tiki-index.php?page=AcBuild)
 
{{stub}}
 
{{stub}}
[[Category:Games]]
+
 
 +
[[Category:Community games]]

Revision as of 08:31, 7 June 2016

Editnorn.png This article is about a project that was cancelled or put on extended hiatus.

Introduction

Animus Chaotica is a Creatures-like ALife game currently under development by Vadim and Nornagon. It uses a client-server architecture, in which the server does as little as possible. The server is being written in C, and currently runs only on Unix-like systems. The "official" client is also written in C, using SDL. However, anyone is welcome to make their own client. There are three official pieces of software: the Animus Chaotica client, the Animus Chaotica server, and the Animus Chaotica adminitration tools.

For those who use Subversion, the current code can be found at https://subversion.apache.org/source-code.html.

Requirements

Currently, the Animus Chaotica source code requires the following libraries:

  1. SDL version 1.2.7 (All Official Software)
  2. SDL-Net version 1.2.5 (All Official Software)
  3. SDL-image version 1.2.3 (Official Client)
  4. SQLite version 2.8.15 (Official Server)
  5. zlib version 1.2.2 (All Official Software)
  6. readline version 4.3 (Official Administration Tools)

External Links

  • ViewCVS (source code repository) (down, formerly at ccdevnet.org/viewcvs.cgi/?root=animus)
  • Build instructions for Linux (down, formerly at wiki.vadim.ws/tiki-index.php?page=AcBuild)
Editnorn.png This stub could use more information.