Skip to content

Instantly share code, notes, and snippets.

@arran4
Created October 20, 2018 07:12
Show Gist options
  • Save arran4/708abc95832dfef5385988bb4507b958 to your computer and use it in GitHub Desktop.
Save arran4/708abc95832dfef5385988bb4507b958 to your computer and use it in GitHub Desktop.
{
"Name": "15WhatIf1000iterations",
"State": [
{
"ColorRule": [
{
"NewColor": 1,
"DirectionOffset": 1,
"NewState": null
},
{
"NewColor": 2,
"DirectionOffset": -1,
"NewState": 0
},
{
"NewColor": 0,
"DirectionOffset": -1,
"NewState": 3
},
{
"NewColor": 3,
"DirectionOffset": 1,
"NewState": null
}
]
},
{
"ColorRule": [
{
"NewColor": 3,
"DirectionOffset": -1,
"NewState": null
},
{
"NewColor": 0,
"DirectionOffset": -1,
"NewState": 2
},
{
"NewColor": 0,
"DirectionOffset": 1,
"NewState": 3
},
{
"NewColor": 0,
"DirectionOffset": -1,
"NewState": 3
}
]
},
{
"ColorRule": [
{
"NewColor": 3,
"DirectionOffset": -1,
"NewState": null
},
{
"NewColor": 1,
"DirectionOffset": 1,
"NewState": null
},
{
"NewColor": 3,
"DirectionOffset": 1,
"NewState": 0
},
{
"NewColor": 2,
"DirectionOffset": 1,
"NewState": 1
}
]
},
{
"ColorRule": [
{
"NewColor": 3,
"DirectionOffset": 1,
"NewState": 3
},
{
"NewColor": 2,
"DirectionOffset": 1,
"NewState": 1
},
{
"NewColor": 1,
"DirectionOffset": -1,
"NewState": null
},
{
"NewColor": 1,
"DirectionOffset": 1,
"NewState": null
}
]
}
],
"Frame": {
"Cells": [
[
null,
null,
null
],
[
null,
null,
null
],
[
null,
null,
null
]
],
"Ants": [
{
"X": 2,
"Y": 2,
"Direction": 1,
"State": 0
}
],
"CenterX": 0,
"CenterY": 0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment