Skip to content

Swarthon/LeDernierMorkid

Repository files navigation

An open source and free role-playing game


Introduction

This is the official repository of Le Dernier Morkid, an open source role-playing game written in C++. It aims to provide a full open source game which would be free.

Yet is this project under development, I only work on it on my spare time, therefore is its evolution a bit slow.

Branches

Branches Information Build Status
master the actual release version Build Status
OldVersion the old version, yet abandonned Build Status
v0-0 version 0.0 Build Status
v0-1 version 0.1 Build Status

Requirements

You will need a C++ compiler, see Compiling section for more informations. The project need the OGRE library, which itself needs the SDL2 library. To compile them, search on their website or use prebuilt files.

It has already been tested on Linux and Windows. I highly recommend to use the GNU Compiler (MinGW on Windows), with wich it has already been compiled.

Dependencies

As written below in Requirements, this project has a few dependencies :

  • Ogre3D, version 2.1, the components you need are HlmsPbs and HlmsUnlit. The version 2.1 is not released yet but you can download it by doing hg clone https://bitbucket.org/sinbad/ogre && cd ogre/ && hg pull && hg update v2-1, assuming you have Mercurial.
  • SDL2, the library used by Ogre to get the input. This library is very common and you can download it either from you package manager either from the official site

Compiling

Before trying to compile the project itself, check if you have all the dependencies, see Dependencies. To compile this code, you will need to run cmake. Use either cmake-gui or cmake to configure the project and then compile it. If you have trouble in doing it, just contact me, I will try to answer you as fast as possible, for more information see Contacting.

Running

Once you compiled this program, move to the directory where you built it. Then run LeDernierMorkid.

Bugs

Remember that this project is under development and bugs may be frequent. If you discover one, post an issue. You can also try to repair it yourself. You can contact me too, see Contacting

Contacting

In order to contact me, you can send me an email at swarthon.gokan@gmail.com.

License

This program and the logo are released under the GPL v3 license. See LICENSE file.

Logo

The logo has been designed and created by 24PaH. Thanks to him !

Releases

No releases published

Packages

No packages published