UNPKG

playship_ludo_pseudo_quick

Version:

Server side neutrino plugin code for ludo game

222 lines 3.71 kB
{ "gameObjects": [ { "type": "bluePiece", "id": "b1", "owner": -99, "position": { "x": 0.92, "y": 5.5, "z": 0 }, "velocity": { "x": 0, "y": 0, "z": 0 }, "rotation": { "x": 0, "y": 0, "z": 0, "w": 1 }, "props": { "pathIndex": "27", "shareSelf": 2, "shareOpp": 0, "score" : 0 } }, { "type": "bluePiece", "id": "b2", "owner": -99, "position": { "x": 0.92, "y": 5.5, "z": 0 }, "velocity": { "x": 0, "y": 0, "z": 0 }, "rotation": { "x": 0, "y": 0, "z": 0, "w": 1 }, "props": { "pathIndex": "27", "shareSelf": 2, "shareOpp": 0, "score" : 0 } }, { "type": "greenPiece", "id": "g1", "owner": -99, "position": { "x": -0.92, "y": -5.5, "z": 0 }, "velocity": { "x": 0, "y": 0, "z": 0 }, "rotation": { "x": 0, "y": 0, "z": 0, "w": 1 }, "props": { "pathIndex": "1", "shareSelf": 2, "shareOpp": 0, "score" : 0 } }, { "type": "greenPiece", "id": "g2", "owner": -99, "position": { "x": -0.92, "y": -5.5, "z": 0 }, "velocity": { "x": 0, "y": 0, "z": 0 }, "rotation": { "x": 0, "y": 0, "z": 0, "w": 1 }, "props": { "pathIndex": "1", "shareSelf": 2, "shareOpp": 0, "score" : 0 } }, { "type": "yellowPiece", "id": "y1", "owner": -99, "position": { "x": -5.5, "y": 0.92, "z": 0 }, "velocity": { "x": 0, "y": 0, "z": 0 }, "rotation": { "x": 0, "y": 0, "z": 0, "w": 1 }, "props": { "pathIndex": "14", "shareSelf": 2, "shareOpp": 0, "score" : 0 } }, { "type": "yellowPiece", "id": "y2", "owner": -99, "position": { "x": -5.5, "y": 0.92, "z": 0 }, "velocity": { "x": 0, "y": 0, "z": 0 }, "rotation": { "x": 0, "y": 0, "z": 0, "w": 1 }, "props": { "pathIndex": "14", "shareSelf": 2, "shareOpp": 0, "score" : 0 } }, { "type": "redPiece", "id": "r1", "owner": -99, "position": { "x": 5.5, "y": -0.92, "z": 0 }, "velocity": { "x": 0, "y": 0, "z": 0 }, "rotation": { "x": 0, "y": 0, "z": 0, "w": 1 }, "props": { "pathIndex": "40", "shareSelf": 2, "shareOpp": 0, "score" : 0 } }, { "type": "redPiece", "id": "r2", "owner": -99, "position": { "x": 5.5, "y": -0.92, "z": 0 }, "velocity": { "x": 0, "y": 0, "z": 0 }, "rotation": { "x": 0, "y": 0, "z": 0, "w": 1 }, "props": { "pathIndex": "40", "shareSelf": 2, "shareOpp": 0, "score" : 0 } } ], "version": 3, "maxPlayer" :4 }