Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

The purpose of the jam is for anyone to look at your source and learn from it. Under US copyright law, you own your work by default. You may include a license file with your source stating it's viewable for educational purposes only. If you are uncomfortable sharing your source, you cannot submit to this jam.

As for strangeness, the largest game jam in the world (ludum dare) requires source as part of submission for the compo.

Oh cool, so by the law people cant use it already? I dont understand very much how copyright works.
Could you give me an example of this license file to state that it's viewable for educational purposes only?

(+1)

See the top-voted answer in this link about just throwing a copyright notice into your project (can just be a text file called COPYRIGHT).
https://opensource.stackexchange.com/questions/2907/does-the-owner-of-the-github...

Can I post a read only source code? It wouldn't hurt the purpouse of the jam which as you said  "is for anyone to look at your source and learn from it".

(+1)

Hi,
Upload it to github or similar service, there it can be as "read only" so nobody can modify "that your version".
But still, you can't force the viewer not to use part of your code / solutions.

Yeah, I'll do just that. Thank you!