I Have a Godot Game
# no install needed, just use .NET 10's dotnet tool execute (dnx)
dnx 2dog add MyGame
cd MyGame
# if you created a browser host in the tool, try:
dotnet publish MyGame.web
Your files, exactly as they were. The hosts sit beside them as .gdignore'd siblings.
# no install needed, just use .NET 10's dotnet tool execute (dnx)
dnx 2dog add MyGame
cd MyGame
# if you created a browser host in the tool, try:
dotnet publish MyGame.web
# the 2dog tool will walk you through creation of a new project
dnx 2dog new MyGame
cd MyGame
# there's also dotnet templates:
dotnet new install 2dog
Starting Godot instance...
Engine: Godot instance created successfully!
Godot Engine (2dog) v4.7.1.stable.mono.2dog.7200b53af (2026-07-22 21:45:57 UTC) - https://2dog.dev
Vulkan 1.4.341 - Forward+ - Using Device #0: NVIDIA - NVIDIA GeForce RTX 3080
Engine: Godot started successfully!
2dog is running 'MyGame'!
Close the window to quit.
Shutting down...
Engine: Godot instance destroyed.