Learn game development with GDScript
What's on the screen: desktop, taskbar, Start menu, icons, and how to open programs.
Minimize, maximize, close, resize, and switch between windows with Alt+Tab.
Copy, Paste, Cut, Undo, Redo, Select All, Save â the key combos that save you time.
Navigate folders, create and rename files, understand file paths and extensions.
Download from the internet safely, extract zip files, and install programs like Godot.
Left click, right click, double click, click and drag, scroll wheel, and cursor shapes.
Navigate with keyboard, type special characters for coding, and use search bars.
Get started with the Godot engine, understand the interface, and create your first project.
Build a player character and make it move, jump, and fall with gravity.
Learn about variables, data types, and how to store information in GDScript.
Create a cool scrolling background for your 2D game using Parallax2D.
Build game levels using tiles with TileMapLayer in Godot 4.
Detect when the player falls off the map and respawn them at a checkpoint using RayCast2D and Marker2D.
Make your character shoot projectiles in a 2D platformer game.