💥 This code is under development. It is not ready yet. 💥
This is the source code for DinoMap, an external web site providing an interactive map for the game DinoRPG (available in French, English, Spanish or German). It shows where your dinoz are located and what areas they can reach.
Unless otherwise noted, all files in this git repository are licensed
under the GNU Affero GPL 3.0. The main difference compared to the
classic GPL 3.0 is that you have to release the source code (such as
the PHP files) if you reuse any part of this code to build an online
service. For details, please read the file LICENSE.
User authentication is based on the OAuth2 protocol, according to the Twinoid API documentation.
The file include/secrets.php must include the Twinoid application id
and its secret key. That sensitive file is not included in this git
repository but the template file include/secrets.php.template shows
the expected format for the contents of that file.
The information about the position and characteristics of the dinoz is provided by the DinoRPG API.