This game use the framework 'revghost' (link) and the ECS library 'revecs' (link)
Requirements:
- .NET 6 SDK
- git
- Godot 3.3
Project Steps:
- Clone the repository
- Execute
dotnet script update.csx
in the main folder
Godot Client:
- In the main folder run
godot Godot/project/project.godot
- This should launch Godot with the respective project.
- Click on the start icon in Godot to start the project.
- (FOR NOW: When started, you'll be greeted by the beautiful
icon.png
bouncing around)