Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.64 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.64 KB

Open Dungeon

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.

Getting Started

To get started with Open Dungeon, follow these steps:

  1. Minify the contents of the JSON files.
  2. Place the minified contents in the Story Card section of AI Dungeon.
  3. If you want to play as one of the characters, place a minified version of their contents in the Backstory module.
  4. If you want to use any JavaScript code, navigate to Details > Edit Scripts and paste the respective contents there.

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

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.