Refactor project structure and update documentation. Replace PixiJS with plain DOM for UI rendering, enhance README with game features, and revise protocol documentation for HTTP API. Remove unused files and streamline client code for better maintainability.
ci / server (push) Failing after 3m31s
ci / client (push) Successful in 17s

This commit is contained in:
Leonid Pershin
2026-08-18 12:27:30 +03:00
parent e6739e7912
commit b9ddc018d3
73 changed files with 4387 additions and 2930 deletions
+3 -3
View File
@@ -15,12 +15,12 @@ jobs:
with:
global-json-file: global.json
- run: dotnet restore HSchool.slnx
- run: dotnet restore h-school.sln
- run: dotnet build HSchool.slnx --no-restore --configuration Release
- run: dotnet build h-school.sln --no-restore --configuration Release
# The AppHost tests run headless, so no Node install is needed here.
- run: dotnet test HSchool.slnx --no-build --configuration Release
- run: dotnet test h-school.sln --no-build --configuration Release
client:
runs-on: ubuntu-latest