playship_ludo_pseudo_original
Version:
Server side neutrino plugin code for ludo game
222 lines • 3.65 kB
Source Map (JSON)
{
"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": 1,
"shareOpp": 1,
"score" : 0
}
},
{
"type": "bluePiece",
"id": "b2",
"owner": -99,
"position": {
"x": 4.57,
"y": 0.92,
"z": 0
},
"velocity": {
"x": 0,
"y": 0,
"z": 0
},
"rotation": {
"x": 0,
"y": 0,
"z": 0,
"w": 1
},
"props": {
"pathIndex": "35",
"shareSelf": 1,
"shareOpp": 0,
"score" : 8
}
},
{
"type": "bluePiece",
"id": "b3",
"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": 1,
"shareOpp": 1,
"score" : 26
}
},
{
"type": "bluePiece",
"id": "b4",
"owner": -99,
"position": {
"x": 0.92,
"y": -4.57,
"z": 0
},
"velocity": {
"x": 0,
"y": 0,
"z": 0
},
"rotation": {
"x": 0,
"y": 0,
"z": 0,
"w": 1
},
"props": {
"pathIndex": "48",
"shareSelf": 1,
"shareOpp": 0,
"score" : 21
}
},
{
"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": 1,
"shareOpp": 1,
"score" : 0
}
},
{
"type": "greenPiece",
"id": "g2",
"owner": -99,
"position": {
"x": -4.57,
"y": -0.92,
"z": 0
},
"velocity": {
"x": 0,
"y": 0,
"z": 0
},
"rotation": {
"x": 0,
"y": 0,
"z": 0,
"w": 1
},
"props": {
"pathIndex": "9",
"shareSelf": 1,
"shareOpp": 0,
"score" : 8
}
},
{
"type": "greenPiece",
"id": "g3",
"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": 1,
"shareOpp": 1,
"score" : 26
}
},
{
"type": "greenPiece",
"id": "g4",
"owner": -99,
"position": {
"x": -0.92,
"y": 4.57,
"z": 0
},
"velocity": {
"x": 0,
"y": 0,
"z": 0
},
"rotation": {
"x": 0,
"y": 0,
"z": 0,
"w": 1
},
"props": {
"pathIndex": "22",
"shareSelf": 1,
"shareOpp": 0,
"score" : 21
}
}
],
"version": 5,
"maxPlayer" :2
}