I have a few questions pertaining to assets and open-sourcing:
-
In regards to the open-sourced nature, what license should be used? Does it need to be 100% non-restrictive, like the MIT license, or can it have restrictions - like “disallowed use in AI and generative projects” and the like?
If the jam itself disallows the use of AI, then the submissions should also be allowed to forbid its usage in it, right?
Or is it “open source” in the sense of “source available”?
-
Does the project’s source code and files have to be publicly available during the entire duration of the jam? If not, then when, and for how long, does it have to be available for?
-
Are engines with non-standard building methods (makefiles, build scripts, etc.) allowed?
Due to the way game engine that I currently plan on using works, building directly from the GitHub repo would require the inclusion of the engine’s entire source code, because of the folder structure the engine requires and the way the game engine builds.
Would it be allowed for the inclusion of only the game’s source code and assets, as long as build instructions are provided?