This project is a Godot version remake of Baldi's Basics Classic Remastered.
It is being rebuilt in Godot 4.2.2 + C# for learning, research, and engine migration practice.
Please support the original creator.
This project is for learning only. Do not use it for commercial purposes.
- Godot
4.2.2.NET - .NET SDK
6.0.428
From the project directory:
.\build-and-run.cmdThis script builds BaldiGodotPort.csproj and then launches the project in Godot.
Install .NET SDK 6.0.428 first, then build from the project directory:
dotnet build .\BaldiGodotPort.csprojRun from the project directory:
godot --path .Current project content includes:
- main menu
- prototype level
- player controller
- NPC base logic
- Baldi controller
- inventory and item scaffolding
- localization data
Baldi's Basics and related assets belong to their original creator and rights holders.
Please support the official game.
This remake project is non-commercial and intended only for study and practice.
