This commit is contained in:
Vector 2026-07-09 12:49:04 +02:00
parent 80d3681a2a
commit d78d3c5538
2 changed files with 99 additions and 0 deletions

Binary file not shown.

View File

@ -82,6 +82,105 @@ public class Game extends PApplet{
{-1,0,0,0}, {-1,0,0,0},
{-1,1,0,1}, {-1,1,0,1},
{1,-1,1,0}, {1,-1,1,0},
{0,-1,0,0},
{2,-1,2,0},
{3,-1,3,0},
{4,-1,4,0},
{5,0,6,0},
{6,-1,6,0},
{7,-1,7,0},
{8,-1,8,0},
{9,-1,9,0},
{10,-1,10,0},
{10,0,11,0},
{10,1,11,1},
{10,2,11,2},
{10,3,11,3},
{10,4,11,4},
{10,6,11,6},
{10,7,11,7},
{10,8,11,8},
{10,9,11,9},
{10,10,11,10},
{10,10,10,11},
{9,10,9,11},
{8,10,8,11},
{7,10,7,11},
{6,10,6,11},
{5,10,6,10},
{4,10,5,10},
{4,10,4,11},
{3,10,3,11},
{2,10,2,11},
{1,10,1,11},
{0,10,0,11},
{-1,10,0,10},
{-1,9,0,9},
{-1,8,0,8},
{-1,7,0,7},
{-1,6,0,6},
{-1,4,0,4},
{-1,3,0,3},
{-1,2,0,2},
{4,5,5,5},
{5,5,5,6},
{5,5,6,5},
{2,4,2,5},
{3,4,3,5},
{7,4,7,5},
{8,4,8,5},
{2,5,2,6},
{3,5,3,6},
{7,5,7,6},
{8,5,8,6},
{4,3,5,3},
{4,2,5,2},
{5,3,6,3},
{5,2,6,2},
{4,7,5,7},
{5,7,6,7},
{4,8,5,8},
{5,8,6,8},
{8,8,8,9},
{7,8,8,8},
{8,8,9,8},
{2,8,2,9},
{1,8,2,8},
{2,8,3,8},
{8,2,9,2},
{8,1,8,2},
{7,2,8,2},
{1,2,2,2},
{2,2,3,2},
{1,6,1,7},
{2,6,2,7},
{3,6,3,7},
{6,1,7,1},
{6,2,7,2},
{6,3,7,3},
{3,7,4,7},
{3,8,4,8},
{3,9,4,9},
{7,3,7,4},
{8,3,8,4},
{9,3,9,4},
{1,0,1,1},
{2,0,2,1},
{3,0,3,1},
{0,1,1,1},
{0,2,1,2},
{0,3,1,3},
{3,3,3,4},
{3,3,4,3},
{1,3,1,4},
{3,1,4,1},
{0,7,1,7},
{0,8,1,8},
{0,9,1,9},
{7,0,7,1},
{8,0,8,1},
{9,0,9,1},
}; };
} }
} }