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:
- 2D simulation game inspired by Factorio.
- 2D tactical space combat as in Faster Than Light.
- 2D JRPG combat system.
- 2D tower defense
- Mobile 2D rhythm game a la Osu.
- 2D action-platformer
- "Mini" standalone demos about all sorts of topics and techniques.
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.
school.gdquest.com - 0.3.5-2024-11-23T16:45:01.714Z-
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.