Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lehoangphu committed Jul 18, 2023
2 parents 1eb5882 + 748d7d4 commit 264c3c0
Show file tree
Hide file tree
Showing 17 changed files with 2,125 additions and 323 deletions.
286 changes: 286 additions & 0 deletions cases/6.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,286 @@
{
"game": {
"id": "f0d30934-00f5-412a-8c66-85f60d4c0332",
"ruleset": {
"name": "standard",
"version": "v1.2.3",
"settings": {
"foodSpawnChance": 15,
"minimumFood": 1,
"hazardDamagePerTurn": 0,
"hazardMap": "",
"hazardMapAuthor": "",
"royale": {
"shrinkEveryNTurns": 0
},
"squad": {
"allowBodyCollisions": false,
"sharedElimination": false,
"sharedHealth": false,
"sharedLength": false
}
}
},
"map": "standard",
"timeout": 500,
"source": "custom"
},
"turn": 131,
"board": {
"height": 11,
"width": 11,
"snakes": [
{
"id": "gs_fwFTKGDGjYTmk7cTm6fC6TMC",
"name": "ninjatestsnake",
"latency": "87",
"health": 99,
"body": [
{
"x": 3,
"y": 10
},
{
"x": 4,
"y": 10
},
{
"x": 5,
"y": 10
},
{
"x": 6,
"y": 10
},
{
"x": 7,
"y": 10
},
{
"x": 8,
"y": 10
},
{
"x": 8,
"y": 9
},
{
"x": 8,
"y": 8
},
{
"x": 8,
"y": 7
},
{
"x": 7,
"y": 7
},
{
"x": 6,
"y": 7
},
{
"x": 5,
"y": 7
},
{
"x": 4,
"y": 7
},
{
"x": 3,
"y": 7
},
{
"x": 2,
"y": 7
},
{
"x": 2,
"y": 6
},
{
"x": 2,
"y": 5
},
{
"x": 2,
"y": 4
},
{
"x": 2,
"y": 3
},
{
"x": 2,
"y": 2
},
{
"x": 2,
"y": 1
},
{
"x": 2,
"y": 0
},
{
"x": 3,
"y": 0
},
{
"x": 4,
"y": 0
},
{
"x": 5,
"y": 0
}
],
"head": {
"x": 3,
"y": 10
},
"length": 25,
"shout": "",
"squad": "",
"customizations": {
"color": "#000000",
"head": "all-seeing",
"tail": "flytrap"
}
}
],
"food": [
{
"x": 8,
"y": 4
},
{
"x": 3,
"y": 2
}
],
"hazards": []
},
"you": {
"id": "gs_fwFTKGDGjYTmk7cTm6fC6TMC",
"name": "ninjatestsnake",
"latency": "87",
"health": 99,
"body": [
{
"x": 3,
"y": 10
},
{
"x": 4,
"y": 10
},
{
"x": 5,
"y": 10
},
{
"x": 6,
"y": 10
},
{
"x": 7,
"y": 10
},
{
"x": 8,
"y": 10
},
{
"x": 8,
"y": 9
},
{
"x": 8,
"y": 8
},
{
"x": 8,
"y": 7
},
{
"x": 7,
"y": 7
},
{
"x": 6,
"y": 7
},
{
"x": 5,
"y": 7
},
{
"x": 4,
"y": 7
},
{
"x": 3,
"y": 7
},
{
"x": 2,
"y": 7
},
{
"x": 2,
"y": 6
},
{
"x": 2,
"y": 5
},
{
"x": 2,
"y": 4
},
{
"x": 2,
"y": 3
},
{
"x": 2,
"y": 2
},
{
"x": 2,
"y": 1
},
{
"x": 2,
"y": 0
},
{
"x": 3,
"y": 0
},
{
"x": 4,
"y": 0
},
{
"x": 5,
"y": 0
}
],
"head": {
"x": 3,
"y": 10
},
"length": 25,
"shout": "",
"squad": "",
"customizations": {
"color": "#000000",
"head": "all-seeing",
"tail": "flytrap"
}
}
}
Binary file added cases/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 264c3c0

Please sign in to comment.