Files
sporel-module-rts-prototype/manifest.launcher.md
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

460 B
Raw Permalink Blame History

summary, author, tags, teaser_images
summary author tags teaser_images
RTS prototype — unit selection + move-command calic
demo
rts

RTS Prototype

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

  • Mouse-left drag: box-select units
  • Mouse-right: move-command for selected units
  • ESC: quit to launcher