Skip to content

podusowski/rusted

Repository files navigation

Rusted, a MMO space game

Brief

Rusted is a MMO space game where player is focusing on buinding its own fleet.

Technical description

Game client is built using Ogre3D as its 3D renderer and is cross-compiled to linux and windows boxes. Server however is ment to be linux-only. Both components uses Common library where the game physics are implemented.

Building

Rusted is build by pake build system. To compile all just type:

./pake.py -a

to build all targets for the __default configuration which is pretty much linux debug.

Note: pake replacement with cmake is in progress.

Testing

./run_tests.py runs everything which is an automated test.

Dependencies

Following are dependencies from Debian repository, rest are stored under git repository.

cmake libx11-dev libxaw7-dev libglu1-mesa-dev libxrandr-dev libsqlite3-dev mingw-w64-dev zip g++-multilib

External libraries

This software uses following 3rd party libraries: