Remove PixiJS dependencies and references from the project, transitioning to a plain DOM approach for UI rendering. Update documentation to reflect these changes and enhance the layout and structure of the game screen for improved user experience.
ci / server (push) Failing after 3m40s
ci / client (push) Successful in 14s

This commit is contained in:
Leonid Pershin
2026-08-18 13:48:30 +03:00
parent bc9a33e67f
commit f50f6eacf8
11 changed files with 283 additions and 130 deletions
+2 -2
View File
@@ -11,8 +11,8 @@
## Задачи
- [ ] Удалить `pixi.js` из `src/HSchool.Client/package.json` и обновить lockfile
- [ ] Убрать обещание Pixi из `README.md` и `AGENTS.md` (клиент: Vite + TypeScript + DOM)
- [x] Удалить `pixi.js` из `src/HSchool.Client/package.json` и обновить lockfile
- [x] Убрать обещание Pixi из `README.md` и `AGENTS.md` (клиент: Vite + TypeScript + DOM)
## Критерий готовности