Open source?
Blarglike: Ascend. Detonate. Bloom. » Devlog
Just a quick note that I've never "open sourced" anything before. I barely know how to use Git or Github, but figured I'd contribute the best way that I can. Here's to more learning!
Blarglike: Ascend. Detonate. Bloom.
A roguelike for a tiny robot planting flowers.
Status | Released |
Author | Shenbot Makes |
Genre | Adventure |
Tags | GameMaker, Open Source, Procedural Generation, Roguelike, Roguelite |
More posts
- Y'all like roguelikes/lites?22 hours ago
Comments
Log in with itch.io to leave a comment.
Thank you so much for sharing the code! However, please note that there is a very specific, “industry standard” open source definition:
https://opensource.org/docs/osd
The Creative Commons Attribution-NonCommercial (CC BY-NC) for the code does not meet the definition.
If you would like this code to be open source, here’s a useful tool to help you pick a license:
https://choosealicense.com/
Once you’ve picked it, here are the easy steps to add the needed
LICENSE
file to your GitHub repository:https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository
If you feel strongly about using the CC BY-NC license, you have to specify the license version. Also, you can say that the code is “source viewable” (or, as some call it, “source available”), but it is not open source.
Thanks again for publishing the code! :)
Thanks for the thoughtful and thorough comment! I think I did it right. I just applied the MIT License and added to the repo. Learning something new everyday!
Fantastic, thank you @alexandershen for doing all this! Please keep up the great work. :D