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.

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 on: https://creativecommons.org/licenses/by/4.0/legalcode
Previous
Next

Lesson Q&A

Use this space for questions related to what you're learning. For any other type of support (website, learning platform, payments, etc...) please get in touch using the contact form.

  • Helping with Godot 4 transition for open projectsPrivateShrikeHello. I have been working through some of these lectures and, since godot has transitioned to version 4, I had to adapt some of the code to the newer version to make it run. Would it be possible to submit it somewhere so that can be used when updating the course? 1 1 Apr. 16, 2023
  • Missing Visual Novel Repository?eh_jogosThis repository from GDQuest says it was only possible due to the 2D Secrets course, and there is a Visual Novel section in the course, but it is not listed above: <https://github.com/GDQuest/godot-2d-visual-novel> I was wondering if it is part of the list and just missing or if it's not listed for any specific reason. 1 0 Mar. 09, 2023
Site is in BETA!found a bug?