Solarus  Editor
====================

Solarus is a lightweight, multiplatform, free and open-source 2D game engine.
It features a game editor named Solarus Editor.

This Windows binary package contains:

- solarus-editor.exe:
  An editor that helps you create your own Solarus quest (i.e. game).

- solarus-run.exe:
  An executable file that directly runs the quest file passed
  as argument (the directory containing data/ or data.solarus or
  data.solarus.zip).
  Without this argument, the current directory is used as quest path.

- A sample quest:
  This is a minimalist example of game with a few example maps. You can run it
  or edit it.

Useful links:
- Official website and game downloads: https://www.solarus-games.org
- Official documentation (Lua API, tutorials): https://docs.solarus-games.org
- Source code: https://gitlab.com/solarus-games/solarus

Enjoy!

Solarus Team
