This page provides access to the Subversion repository of Solarus (the engine) and Zelda Mystery of Solarus DX (the game), which contains the source code in its last development version.

The development version is intented to be used by developers, contributors or people interested in the source code, but the code is often instable (when it compiles!). Obviously, it also contains game spoilers about what will contain the next releases, so don’t look at the game data files too deeply if you are more a player than a developer ;)

There are two ways to access the Subversion repository in reading with anonymous access:

  • Download the code with an Subversion client : make a checkout with your favorite SVN client with the following URL:
svn://svn.solarus-engine.org/solarus/trunk

To compile and install the engine and the game from the source code, please read the compilation instructions or the readme.txt file from the repository. The Doxygen online documentation is also available.