An open source and free role-playing game
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 | Information | Build Status |
---|---|---|
master | the actual release version | |
OldVersion | the old version, yet abandonned | |
v0-0 | version 0.0 | |
v0-1 | version 0.1 |
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.
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
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.
Once you compiled this program, move to the directory where you built it. Then run LeDernierMorkid
.
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
In order to contact me, you can send me an email at swarthon.gokan@gmail.com.
This program and the logo are released under the GPL v3 license. See LICENSE file.
The logo has been designed and created by 24PaH. Thanks to him !