Open-source projects

When learning to code, there’s nothing like having access to the source. It’s by exploring, reading, and tinkering with source code that you can learn the most. While the tutorials are useful for exploring files or some context about programming decisions, having source code access is a must in a programming course.

All the GDScript in this course is Free and Open-Source, available under the permissive MIT-license. This means you can reuse it for any purpose, including commercial projects.

The sprites and other graphical or audio assets are under the Creative Commons CC-By 4.0 license. There again, you can reuse and modify them for any purpose; all you need to do is credit GDQuest. You can find the complete license terms below.

Here is the list of projects we developed for and as part of 2D Secrets, all available on GitHub:

  1. 2D simulation game inspired by Factorio.
  2. 2D tactical space combat as in Faster Than Light.
  3. 2D JRPG combat system.
  4. 2D tower defense
  5. Mobile 2D rhythm game a la Osu.
  6. 2D action-platformer
  7. “Mini” standalone demos about all sorts of topics and techniques.
  8. 2D visual novel with dialogue and sequenced animations.

MIT License

Copyright (c) 2020 GDQuest

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Creative Commons Attribution 4.0 International Public License

Read the full license here: https://creativecommons.org/licenses/by/4.0/legalcode

Community Discussion