Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 377 Bytes

sworm.md

File metadata and controls

37 lines (29 loc) · 377 Bytes

State

{ "players": [ Player, Player, Player ], "world": [ Block, Block, Block ], "new_blocks": [ Block, Block, Block ], "wind": -40, }

Player

{ username: 'remeh', x: 10, y: 20, frags: 20, }

Block

{ x: 10, y: 10, type: 0, }

Action

{ "type: "rocket", // none, rocket, move "vector": [], // x0, y0, x1, y1 }