I've been reading over the rules and was hoping you could clarify exactly how much of older code and assets it's okay to use in a game jam game.
I've participated in about six of these jams so far, and am starting to build up a bunch of things that I can reuse. It doesn't really make sense for me to write a new character controller or a camera controller from scratch for a new jam when one I've already written for an old jam does exactly what I need. There are lot of other snippets of code where if I were to write them fresh, I'd basically just be duplicating code I've already written.
There's a similar problem with assets - it doesn't make sense to make new grass or wood textures when I've already painted several.
There's also an issue with asset packs - why is it okay for people to use images, models and music created by third party artists that you can download, but also have a rule saying that the majority of assets need to be created during the jam (effectively preventing you from reusing your own assets)?