Input is in Base-







This page will calculate the score of a given 3D Mythic grid.
Use the colon character to separate different layers of the 3D grid.
Some example grids accepted by this page are:

101 : 960 : 455
456 : 203 : 431
789 : 879 : 213
score = 105

[1, 0, 1] : [9, 6, 0] : [4, 5, 5]
[4, 5, 6] : [2, 0, 3] : [4, 3, 1]
[7, 8, 9] : [8, 7, 9] : [2, 1, 3]
score = 105

1 0 1 : 9 6 0 : 4 5 5
4 5 6 : 2 0 3 : 4 3 1
7 8 9 : 8 7 9 : 2 1 3
score = 105

1,0,1 : 9,6,0 : 4,5,5
4,5,6 : 2,0,3 : 4,3,1
7,8,9 : 8,7,9 : 2,1,3
score = 105