diff --git a/manifest.launcher.md b/manifest.launcher.md new file mode 100644 index 0000000..f1ba4b1 --- /dev/null +++ b/manifest.launcher.md @@ -0,0 +1,13 @@ +--- +{"summary":"RTS prototype — unit selection + move-command","author":"calic","tags":["demo","rts"],"teaser_images":[]} +--- + +# 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. + +## Controls + +- Mouse-left drag: box-select units +- Mouse-right: move-command for selected units +- ESC: quit to launcher diff --git a/manifest.module b/manifest.module index 7e57c62..1532bd4 100644 --- a/manifest.module +++ b/manifest.module @@ -1,6 +1,6 @@ { "id": "rts-prototype", - "version": "0.1.1", + "version": "0.1.2", "kind": "module", "api": "^0.1", "ci_frames": 60,