Reply to comment

Crate Game Engine snapshot-20080313 Release

This is the first release of the Crate Game Engine after the rewrite.

The initial intention was that the engine would have a pluggable UI layer so that it would be possible for a game to be played either in text mode or graphical or 3d or any other number of possibilities. However, it was decided that the then-current architecture would not allow for that to really work.

The new architecture is based on an MVC style asynchronous message passing architecture. With the Model, View and Controller components all being dynamically loadable at runtime.

Also, the new version uses cmake instead of autoconf and relies heavily on boost.

Currently the engine is not playable. However, the code compiles, the individual components are dynamically loaded and a set of test messages are pumped through the system to ensure that the general architecture is working as intended.

Finally, source hosting has moved from source forge to google code.

Download

Reply

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <blockquote>
  • Lines and paragraphs break automatically.
  • You may post PHP code. You should include <?php ?> tags.
  • Web page addresses and e-mail addresses turn into links automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>. Beside the tag style "<foo>" it is also possible to use "[foo]". PHP source code can also be enclosed in <?php ... ?> or <% ... %>.
  • Images can be added to this post.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.