Fog of war without fog — Vue 3 frontend for the Kriegspiel tactical wargame.
- Backend: kriegsspiel_backend — Laravel API and game server
- Resource pack format:
docs/resourcepack.md - Default resource pack: default_resourcepack.json
npm installnpm run devnpm run buildnpm run lintA resource pack is a JSON file that defines unit stats, formations, abilities, weather, environment, and combat modifiers. Rooms can use a custom resource pack URL.
- Format docs:
docs/resourcepack.md - Default pack:
https://dead4w.github.io/kriegsspiel_frontend/public/assets/default_resourcepack.json
| Task | Status | Comment |
|---|---|---|
| Rewrite column positions logic | 📋 | |
| Add mods support (external js link) | 📋 | |
| Improve orders controls | 📋 | |
| Improve forestmap control for Umpire | 📋 | |
| Rewrite weather shaders & optimize | 📋 | |
| Fix and enable spectator mode | 📋 | Many things works for spectator like a admin. Need fix |
Status: 📋 planning | 🚧 wip | ✅ done
VS Code + Vue (Official) (disable Vetur).
See LICENSE.