Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I'm Forced to Summit to GitHub?

A topic by GAL Ramirez created Nov 06, 2020 Views: 694 Replies: 7
Viewing posts 1 to 6
(+1)

Hi, I want to participate in the game jam, but I’m not comfortable with also uploading the source code and the assets to GitHub, how I can I prevent some else to claim rights of my game if I just place the editable of the game in there, can I participate without uploading, I don’t mind if I cannot win or anything but I want the experience.

(3 edits)

So, unless you license  otherwise, your work is implicitly copyright and you can sue anyone who attempts to distribute or sell your work without permission, except in cases of purely academic use. You can add a copyright notice at the bottom of your repository README.md file.

Example: Copyright {year}, {owner's legal name}. All rights reserved.

Source: https://www.termsfeed.com/blog/sample-copyright-notices/.

Also, you can make your repository private. You can give Lee Reilly (the jam host) permission to access your repository, but judges do not need to see your code to judge your game. Your submission can be an itch.io game page, which hosts info on your game and distribution packages, like .exe, .rpm, .deb. That way your source code is not immediately accessible.

(2 edits)

The following resource may help you get your bearing on how to publish your game as a binary executable:

https://en.wikipedia.org/wiki/List_of_software_package_management_systems#Window...

I would also investigate the publish or export options of your tech stack. If you use a game editor, it's possible the editor may export your source code to a binary file.

Thank you for the information, I will feel better if I just don’t upload anything of my game, is easy to say to demand someone but a completely different story to actually do it. My Parents are Lawyers and know a lot of that.

(+2)

I thought thats the point of this jam as it is hosted by Github

Submitted(+1)(-2)

No one will steal your game. That's not a thing.

Of course people can steal your intellectual property or infringe on your copyright. But there exists legal recourse for such infractions. Additionally, I agree that the risk is relatively low, but ever present.

Jam Host(+2)

Hi there - a public GitHub repository with source is required when submitting the game. I think there's some good advice about about putting copyright notices in your code/README file. Hope to see you join us! :)