Hi everyone,
I’m working on a mod that would act as a collection of small mini-games. Each mini-game would either add or remove time to the lock and maybe do user-configured actions.
I’m unsure about the best overall structure for this:
- One idea is to have a central GameManager mod, with each mini-game implemented as its own separate mod. If I go this route, what’s the recommended way for mods to communicate with each other?
- Alternatively, is it possible to include multiple
.tscnscenes within a single mod and manage them from there?
If anyone has a small example or can point me in the right direction for either approach, I’d really appreciate it. Thanks!
PS: I plan to release the mod as soon as possible. Right now I have a dice game working, but I'd like to add more (Wheel of fortune, puzzle, etc)
