The Godot game development platform uses a custom scripting language named GDScript, which is very similar to the Python programming language. Students who are new to programming are encouraged to use Codecademy's Python course to begin learning Python: http://codecademy.com/tracks/python
Resources:
-
Godot game engine We recommend students using a Windows laptop download the godot_win32.exe and godot_demos.zip files here
Adiitional game projects are available here.
Included in this repository is a demo game using the Godot Game engine called "Dojo Ninjas." Download this repository to test it out.
Requirements:
Godot is a free and open source game engine, so there are not costs assoicated with using Godot.
Students will need to have a Windows, Mac, or Linux laptop.
Objectives:
- Learn the basics of computer programming using
PythonGDscript- Variables
- Functions
- Conditionals
- Loops
- Classes
- Modules
- Programming Jargon
Objectives:
- Get introduced to the game development world
- Preview games
- Game forums
- Get resources for game development
- IDEs
- Game Engines
- 2D and 3D art applications
Objectives:
- Create a game using the Godot game engine.