For the Game Jam, we will most likely be making a 2D game using Godot and C#.
- Navigate to https://godotengine.org/download/windows/
- Download Godot Engine - .NET (4.2.2)
- Extract the .zip file somewhere on your file system.
- Download .NET 8.0 SDK
- Open the executable and follow the steps
TBD
Godot in C# has nice integration with Visual Studio Code.
- https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp
- https://marketplace.visualstudio.com/items?itemName=neikeq.godot-csharp-vscode
The second extension provides all the godot code completion.
A good beginner tutorial for a 2D game is on the official godot website https://docs.godotengine.org/en/stable/getting_started/first_2d_game/index.html.