38
Should I choose MIT or BSD 3-Clause for my engine?
(lemmy.dbzer0.com)
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Community icon from opensource.org, but we are not affiliated with them.
Wouldn't the LGPL make more sense for an engine? Otherwise it would be hard to make a proprietary game (read almost every game) even if you publish any changes you made to the engine.
do mind that (and i'm pretty sure this still works with AGPL but this isn't gospel) you can have the engine be open source while keeping the assets proprietary and requiring they be purchased to actually sensibly play the game.
This is how the original DOOM works, there's an ocean of modified doom engines but you still have to buy the assets to play the proper actual DOOM game. You can use alternative asset packs but it'll look and sound like a fairly different game.
And of course it's vastly easier to create alternative assets for such a simple game, compared to the labour that would be involved in a larger modern game.
Ooh, yes for for this case, the LGPL would be a good middle-ground for OP's concerns.