This repository contains all the source code from the lessons in Godot BootCamp. Each lesson that contains source code has a corresponding branch. More details are in the Notes section below.
The Godot BootCamp can be found at the link below:
https://bootcamp.braincloudservers.com/?mto-course=godot-bootcamp
If you haven't signed up or you want to log into the brainCloud portal, you can do that here:
https://portal.braincloudservers.com/
git clone https://github.com/getbraincloud/bootcamp-godot.git
cd bootcamp-godotThe Godot BootCamp was designed with an already 'completed' example game, that simply needed to have brainCloud integrated into it.
There are 35 lessons in the Godot BootCamp series, however some of the lessons don't have source code. In fact, only 24 of the 35 lessons have source code. Each lesson has a seperate branch in this repository. Each branch contains the example Godot project source code in its final state for the corresponding lesson.
There is also a branch for the initial Godot project, this branch contains the starter game code without the brainCloud C# library. If you plan to follow along and code with the BootCamp series, its recommended that you clone this repository and checkout the Initial-Project branch.
Godot version: 4.2.1