Open Dungeon is a collection of JSON files designed to be used with AI Dungeon. It includes a wide range of elements such as characters, locations, species, and more. Additionally, Open Dungeon provides JavaScript code to enhance your AI Dungeon experience.
To get started with Open Dungeon, follow these steps:
- Minify the contents of the JSON files.
- Place the minified contents in the Story Card section of AI Dungeon.
- If you want to play as one of the characters, place a minified version of their contents in the Backstory module.
- If you want to use any JavaScript code, navigate to Details > Edit Scripts and paste the respective contents there.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Open Dungeon is dual-licensed under the Unlicense and CC0-1.0 licenses:
-
Code: The codebase of Open Dungeon is licensed under the Unlicense. This means that the software is free and unencumbered software released into the public domain.
-
Content: The content of Open Dungeon, including all JSON files and other data, is licensed under the CC0-1.0 license. This means that the content is dedicated to the public domain and can be used freely.