Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f7c80770b0 |
@@ -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
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"id": "rts-prototype",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"kind": "module",
|
||||
"api": "^0.1",
|
||||
"ci_frames": 60,
|
||||
|
||||
Reference in New Issue
Block a user