https://github.com/hacksu/godot-tutorial
A HacKSU Lesson to learn Godot :) This will teach you how to create a video game in Godot using GDScript!
https://github.com/hacksu/godot-tutorial
Last synced: 25 days ago
JSON representation
A HacKSU Lesson to learn Godot :) This will teach you how to create a video game in Godot using GDScript!
- Host: GitHub
- URL: https://github.com/hacksu/godot-tutorial
- Owner: hacksu
- Created: 2025-03-03T13:24:13.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-09-06T15:51:21.000Z (6 months ago)
- Last Synced: 2025-09-06T17:39:46.757Z (6 months ago)
- Language: GDScript
- Homepage:
- Size: 1.81 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
Awesome Lists containing this project
README
# Godot Tutorial
Learn Godot :) This will teach you how to built a Godot app!
```
Speaker Notes:
Code block : Usually speaker notes (sometimes code but that's obvious)
(ns) : Click to the next slide
```
### Download
Download Godot [here](https://godotengine.org/download/windows/)
**CLICK ON Godot Engine!!**
# Presentation/Lesson
Slideshow link [here](https://docs.google.com/presentation/d/1D-0J9SxASCg1v7ZVO4I4esNTt8rLHmEKl5QYFr4FwRY/edit?usp=sharing)
*Start: Title slide (Learn Godot)*
```
Hi! Today we are going to be learning HacKSU. I'm Godot and this is Andrew Roddy. (ns)
```
Download Godot Engine [here](https://godotengine.org/download/windows/) (NOT .NET)
```
Make sure you start downloading it now as I am going to start yapping (WARNING)
```
**Regular**: GDScript, C++, VisualScript; full capabilities
**.NET** : C#; Limited capabilities, (Made for unity fools)
```
Basically the .NET is for Unity people who use C#,
while the regular engine is for everyone else
```
```
The problem is, sometimes (ns), Unity will make a scary decision where they will decide you don't get any money anymore.
```
Discuss Unity runtime fee and why it caused people to change over to Godot (As it was similar to Unity) [reddit link](https://www.reddit.com/r/Unity3D/comments/16he67l/so_i_did_some_math_on_the_unity_runtime_fee_and/)
```
Although they did roll this change back it made people really nervous that at any point Unity and other game engine developers would take all of their money, which is very important to a small and large game studios.
```
Change rollback [article](https://unity.com/blog/unity-is-canceling-the-runtime-fee)
```
Anyways, this scared some developers and they moved to Godot. This is because it had the one feature that basically made it Unity .5 and the fact that it is completely free and open source.
```
Godot is free and open source [github](https://github.com/godotengine/godot)
```
So what is Goo Dot anyways? (ns)
```
Show [2024 Showreal](https://www.youtube.com/watch?v=n1Lon_Q2T18)
```
Well its pronounced gah-dough and it lets you make 2d AND 3d games. It also allows you to export to Windows, Linux, AND MacOS. Like... whens the last time you've seen a VIDEO GAME work on MAC? Anyways it also exports to IOS and Android. So fair warning, anything you make will be made fun of for (ns) being a mobile game.
```
Show Markaplier mobile game [thumbnail](https://i.ytimg.com/vi/4B3Wnoz5SJE/maxresdefault.jpg)
```
Anyways, time to actually make a video game.
```
Tab out of slideshow