Skip to content

Isangeles/Senlin

Repository files navigation

Senlin

Senlin is completly free and open source 2D cRPG game. Game works on its own engine written from scratch in Java with Slick2D library. Game engine is completly modular, it means you can easly creats your own modules with maps, NPCs, items, quests and dialogues without any source code modification. Engine does not use any binary files, so all data files like items/quests/NPCs bases, scenarios, saved games, are easy to access and modifiy, most of them are in XML format. Currently available in alpha version.

Installation

Simply download and unpack build.

Run

Simply run senlin executable(.sh on Linux or .exe on Windows).

If you have problem with game startup, try to change game resolution(in game.conf) to your current resolution or one of these: 1920x1080, 1600x800, 1280x720.

Screenshots

sc1 sc2 sc3

License

Copyright 2018 Dariusz Sikora

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.