This project contains the GDScript code I wrote while learning the language for the first time. It serves as my first-ever game development project, and I plan to keep it as a reference. I will continue to revise and improve my GDScript skills using this project as a foundation.
- Game Engine: Godot Engine
- Scripting Language: GDScript
-
Clone the repository:
git clone https://github.com/schak04/myfirstgamedevproject.git cd myfirstgamedevproject
-
Open the project in Godot.
-
Press F5 to run the game.
This project is not a fully developed game, and is for personal reference. It’s simply a learning experiment with GDScript to help me get familiar with the Godot Engine and game development.
A huge thank you to Brackeys (https://www.youtube.com/user/Brackeys) for providing the tutorials that helped me get started with GDScript and Godot Engine. All of the concepts and code in this project are based on his lessons.