https://github.com/onedsix/onedsix
1D6 : A Data Derived and Modding focused RPG Engine
https://github.com/onedsix/onedsix
1d6 data-driven modding multiplayer-game rpg rpg-game
Last synced: 3 months ago
JSON representation
1D6 : A Data Derived and Modding focused RPG Engine
- Host: GitHub
- URL: https://github.com/onedsix/onedsix
- Owner: OneDSix
- License: gpl-3.0
- Created: 2024-05-15T21:42:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-20T02:14:17.000Z (10 months ago)
- Last Synced: 2025-01-14T15:40:08.356Z (5 months ago)
- Topics: 1d6, data-driven, modding, multiplayer-game, rpg, rpg-game
- Language: Java
- Homepage:
- Size: 1.27 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 1D6
## A Data Derived RPG Game/Engine
This project was originally started because I wanted to make a DnD-like RPG game, homebrew and all. Instead, it has grown quite significantly in scope since then and has basically become its own engine on top of LibGDX.
This project is focused around Modding, Data-Driven assets, and allowing for any code you want to be run. Being open-source and relatively lightweight, it makes this very easy and fast to add new features, and/or to code or your own mod.
Install instructions are located [here](../../wiki/For-Users).
I highly recommend you check out the rest of the [wiki](../../wiki), as it has far more info than here.\
We also have a JavaDoc (TBD) and [Contribution Guidelines](.github/CONTRIBUTING.md) if you're interested.## Licensing
**1D6 will forever remain Free Open Source Software under [GPL-v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html) license, with it's assets under [CC-BY-NC-V4](https://creativecommons.org/licenses/by-nc/4.0/deed.en).**
**LibGDX is under [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0)**.\
**[MiniSponge Loader](https://github.com/OneDSix/MiniSponge) is also under [GPL-v3.0](https://github.com/OneDSix/MiniSponge/blob/main/LICENSE-GPL)**, as well as the **[MiniMods Software License Agreement](https://github.com/OneDSix/MiniSponge/blob/main/LICENSE)**.\
The rest of the dependencies are under their own licenses, and are listed in [`build.gradle`](/build.gradle).\
All art and music assets are owned by their respective creators, please ask them about licensing.\
Most of the time you should be fine; but especially for music/audio related assets, it's best to shoot them an email or something first.