Hacker News new | ask | show | jobs
by didibus 1442 days ago
I'd also recommend people check out Defold: https://defold.com/

I'm not a game dev, but its the engine King uses that they completely open sourced, and I think it can be a good alternative.

1 comments

Maybe that's typical in gaming situations, but it has a weird license: https://github.com/defold/defold/blob/1.3.4/LICENSE.txt ("the Defold License version 1.0")
They don't allow re-selling the engine or editor, that's why.

Technically it doesn't meet the open source definition because open source should allow people to commercialize the source code. Defold allows you to see the source, modify it, and make contributions, but even those modifications cannot be commercialized.

You are free to use it to make paid games, or make and sell plugins, etc.