Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0111876b25 | ||
|
|
fda3f2f712 | ||
|
|
633b9ca56b | ||
|
|
f7c80770b0 | ||
|
|
c530917b75 |
@@ -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
|
||||
|
||||
13
manifest.launcher.md
Normal file
13
manifest.launcher.md
Normal file
@@ -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 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
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"id": "rts-prototype",
|
||||
"version": "0.1.1",
|
||||
"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"},
|
||||
|
||||
Reference in New Issue
Block a user