• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

cmake/H12-Apr-2020-1,6101,430

developer_doc/H12-Apr-2020-2,3731,839

gui/H03-May-2022-5,4583,778

images/H03-May-2022-

include/solarus/H12-Apr-2020-30,33319,220

libraries/H12-Apr-2020-100,58463,669

src/H12-Apr-2020-107,54562,121

tests/H03-May-2022-27,02722,719

tools/quest_validator/H12-Apr-2020-429275

work/ZBStudioPlugin/H03-May-2022-15,98811,619

.gitignoreH A D12-Apr-2020128 1412

.gitlab-ci.ymlH A D12-Apr-202091 32

Android.mkH A D12-Apr-20201.4 KiB5222

compilation.mdH A D12-Apr-202014.3 KiB413290

readme.mdH A D12-Apr-20201.5 KiB4122

solarus-run.6H A D12-Apr-20202.1 KiB6563

valgrind-solarusH A D12-Apr-2020156 41

valgrind.suppH A D12-Apr-2020739 4544

readme.md

1![Solarus logo](/images/solarus_logo.png)
2
3[![Build status](https://gitlab.com/solarus-games/solarus/badges/dev/pipeline.svg)](https://gitlab.com/solarus-games/solarus/commits/dev)
4[![License](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://www.gnu.org/copyleft/gpl.html)
5
6---
7
8### About Solarus
9
10Solarus is an open-source adventure 2D game engine written in C++.
11It can run games scripted in Lua.
12This engine is used by our Zelda fangames.
13Solarus is licensed under GPL v3.
14
15
16### Games made with Solarus
17
18You might be interested in our fangames created with Solarus:
19
20* [Zelda Mystery of Solarus DX](https://gitlab.com/solarus-games/zsdx), our first and main creation, release in 2011.
21
22* [Zelda Return of the Hylian SE](https://gitlab.com/solarus-games/zelda_roth_se), a remake of Vincent Jouillat's game, released in 2015.
23
24* [Zelda Mystery of Solarus XD](https://gitlab.com/solarus-games/zsxd), a parodic game released on April 1st, 2011.
25
26* [Zelda XD2: Mercuris Chess](https://gitlab.com/solarus-games/zelda-xd2-mercuris-chess), a sequel to the first XD, released on April 1st, 2017.
27
28
29### Create your own games
30
31If you want to create your own games with the Solarus engine, see
32[Solarus Quest Editor](https://gitlab.com/solarus-games/solarus-quest-editor), our Solarus game creation software.
33
34See our [website](https://www.solarus-games.org) to get more
35information and documentation about using the Solarus engine.
36
37
38### Compile Solarus
39
40To compile Solarus, instructions can be found in the [compilation.md](compilation.md) file.
41