Not really a game right now, but this project is used to test the Blazor.WebGL library.
Building an example assumes that you already have built Blazor.WebGL library.
At the root of the repository run publish-local.sh script.
# Run the publish script
./publish-local.shThen using VS Code tasks (use Ctrl+Shift+P find Tasks: Run task command) execute build - TestGame task.
Using VS Code tasks execute run - TestGame task. Open your browser and go to the http://localhost:11510/ page.