A Tutorial Generation Tool for PuzzleScript. PuzzleScript is an online, open-source, HTML5 puzzle game engine developed by Stephen Lavelle [1].
Here's a blank template to get started: To avoid retyping too much info.
DaedaLe has been built using the following programming languages:
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- Get a free API Key at https://example.com
- Clone the repo
git clone https://github.com/jaborvs/DaedaLe.git
- Install NPM packages
npm install
- Enter your API in
config.js
const API_KEY = 'ENTER YOUR API';
Use this space to show useful examples of how a project can be used.
[1] S. Lavelle. Puzzlescript. [Online]. 2023. URL: https://github.com/increpare/PuzzleScript (visited on 01/12/2024).
Distributed under the MIT License. See LICENSE.txt
for more information.
DaedaLe was conceived and developed within the scope of my Master's thesis pursued within the MSc program in Software Engineering at the University of Amsterdam. I want to thank my thesis supervisor, Riemer van Rozen, for his invaluable guidance and support throughout the entire duration of the project. Furthermore, I wish to acknowledge the contributions of previous collaborators to the project repository, namely Clement Julia, the creator of ScriptButler, and Dennis Vet, the creator of TutoMate.