https://github.com/solarus-games/solarus
This repository was moved to GitLab: https://gitlab.com/solarus-games/solarus
https://github.com/solarus-games/solarus
2d-game-engine solarus zelda
Last synced: over 1 year ago
JSON representation
This repository was moved to GitLab: https://gitlab.com/solarus-games/solarus
- Host: GitHub
- URL: https://github.com/solarus-games/solarus
- Owner: solarus-games
- License: other
- Archived: true
- Created: 2012-02-10T12:49:15.000Z (over 14 years ago)
- Default Branch: dev
- Last Pushed: 2018-06-07T15:52:33.000Z (about 8 years ago)
- Last Synced: 2024-06-12T08:23:11.742Z (about 2 years ago)
- Topics: 2d-game-engine, solarus, zelda
- Language: C++
- Homepage: http://www.solarus-games.org
- Size: 77.3 MB
- Stars: 710
- Watchers: 72
- Forks: 132
- Open Issues: 196
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.txt
- License: license.txt
Awesome Lists containing this project
README

[](https://travis-ci.org/solarus-games/solarus)
[](https://www.gnu.org/copyleft/gpl.html)
---
### About Solarus
Solarus is an open-source Zelda-like 2D game engine written in C++.
It can run games scripted in Lua.
This engine is used by our Zelda fangames.
Solarus is licensed under GPL v3.
### Games made with Solarus
You might be interested in our fangames created with Solarus:
* [Zelda Mystery of Solarus DX](https://github.com/solarus-games/zsdx), our first and main creation, release in 2011.
* [Zelda Return of the Hylian SE](https://github.com/solarus-games/zelda_roth_se), a remake of Vincent Jouillat's game, released in 2015.
* [Zelda Mystery of Solarus XD](https://github.com/solarus-games/zsxd), a parodic game released on April 1st, 2011.
* [Zelda XD2: Mercuris Chess](https://github.com/solarus-games/zelda-xd2-mercuris-chess), a sequel to the first XD, released on April 1st, 2017.
### Create your own games
If you want to create your own games with the Solarus engine, see also
[Solarus Quest Editor](https://github.com/solarus-games/solarus-quest-editor), our Solarus game creation software.
See our [website](http://www.solarus-games.org) to get more
information and documentation about using the Solarus engine.
The compilation instructions can be found
in the compilation.txt file or on the [website](http://www.solarus-games.org/source-code/compilation-instructions).