4 Commits

Author SHA1 Message Date
Axel Meyer
0111876b25 docs: CR-5 — README v0.1.0->v0.1.4 + Requires an manifest-Pins synct
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-16 14:47:55 +00:00
Axel Meyer
fda3f2f712 chore: bump lib-core.composition dep to 0.3.0
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-06-14 11:57:40 +02:00
Axel Meyer
633b9ca56b chore: bump lib-core.composition dep to 0.2.0 2026-06-13 14:07:46 +02:00
Axel Meyer
f7c80770b0 fix: correct manifest.launcher.md to reflect no-pathfinding reality
The previous launcher description said 'units pathfind to the click
point' but the module has direct-line movement only — pathfinding is
explicitly deferred per init.lua:149's DEPRECATED-MVP comment.
2026-06-11 08:05:58 +02:00
3 changed files with 5 additions and 5 deletions

View File

@@ -2,9 +2,9 @@
Pure-RTS composer-demo integrating the P.3.4-P.3.7 libs (camera free-pan, input actions, selection, command). 8 units in 3 speed-classes on a 20x20 tile-map; LMB selects, RMB moves.
**Version:** 0.1.0
**Version:** 0.1.4
**Module-ID:** rts-prototype
**Requires:** lib-core.maps v>=0.1.1, lib-core.render v>=0.1.0, lib-core.camera v>=0.3.0, lib-core.input v>=0.4.0, lib-core.selection v>=0.1.0, lib-core.command v>=0.1.0
**Requires:** lib-core.maps v0.5.7, lib-core.render v0.2.0, lib-core.composition v0.3.0, lib-core.camera v0.3.0, lib-core.input v0.4.0, lib-core.selection v0.1.0, lib-core.command v0.1.0
**Tags:** rts, tech-demo, composition
## Topology

View File

@@ -4,7 +4,7 @@
# RTS Prototype
Single-screen RTS sandbox. 8 stone-units idle on a 20×20 tile grid; LMB-drag selects, RMB issues move-commands; units pathfind to the click point.
Single-screen RTS sandbox. 8 stone-units idle on a 20×20 tile grid; LMB-drag selects, RMB issues move-commands; units move in direct lines (no pathfinding yet — walls don't block movement).
## Controls

View File

@@ -1,6 +1,6 @@
{
"id": "rts-prototype",
"version": "0.1.2",
"version": "0.1.4",
"kind": "module",
"api": "^0.1",
"ci_frames": 60,
@@ -8,7 +8,7 @@
"deps": [
{"id": "lib-core.maps", "version": "0.5.7"},
{"id": "lib-core.render", "version": "0.2.0"},
{"id": "lib-core.composition", "version": "0.1.0"},
{"id": "lib-core.composition", "version": "0.3.0"},
{"id": "lib-core.camera", "version": "0.3.0"},
{"id": "lib-core.input", "version": "0.4.0"},
{"id": "lib-core.selection", "version": "0.1.0"},