7 unstable releases (3 breaking)
0.4.2 | Jan 20, 2023 |
---|---|
0.4.1 | Jan 11, 2023 |
0.3.0 | Oct 11, 2022 |
0.2.0 | Oct 8, 2022 |
0.1.1 | Oct 8, 2022 |
#1352 in Game dev
27 downloads per month
22KB
432 lines
dialga
A sister crate to Palkia, adding Caves of Qud-like data-driven blueprints.
The Ctx
Generic
A lot of things in this library have a Ctx
generic. This is for ... well,
whatever you want!
For example, you might want to be able to spawn enemies with varying (random)
hit points. So the Ctx
type might have a RNG in it, for example... go wild.
The "documentation" for this crate is mostly the examples directory. Go check that out I guess.
Dependencies
~5.5MB
~97K SLoC