Skip to content
This repository was archived by the owner on Nov 30, 2017. It is now read-only.

project-trillek-archive/trillek-server-core

Repository files navigation

trillek-server

Contributing

The easiest way to contribute is to fork, experiment, and make PRs.

There are 2 domains where contribution is needed:

  • Game logic
  • Engine

The game logic is a lot more dev-friendly than the engine itself and needs less experience. We put some efforts to create an abstraction layer for the game logic that allows to create easily some features.

Before starting, you must read these docs:

If you don't know where to put your game logic code, use physics.cpp as a sandbox. There are also some sample codes here you should see. We will move them in a right location later.

The dev community is mainly on IRC : #project-trillek on Freenode.

License

trillek-server is licensed under LGPL.

Installing

To build Trillek from source you must have installed CMake and one of the following compilers:

  • GCC 4.8 or newer;
  • Clang 3.4 or newer (Xcode 5.1 or newer on OS X);
  • Visual Studio 2010 or newer;

Nightly binary distributions are not yet available.

Dependencies

Trillek depends on the following libraries:

Getting The Code

To retrieve a copy of the Trillek code and assets, clone the repository and its submodules.

git clone https://github.com/trillek-team/trillek-server-core.git
cd trillek-server-core
git submodule update --init common
cd common
git submodule update  --init

The code common to the client and the server is in the common/ directory. It is synchronized from trillek-common.

Building

TODO

About

The core server engine for Trillek

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
LICENSE
GPL-3.0
LICENSE.GPL

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages