4D tic-tac-toe (real)
4
experiments/tictactoe4d/dist/assets/horiz0.svg
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg version="1.1" width="100" height="100" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="25%" width="12.5%" height="100%" fill="rgb(0 0 0 / 10%)" />
|
||||
<rect x="75%" width="12.5%" height="100%" fill="rgb(0 0 0 / 10%)" />
|
||||
</svg>
|
After Width: | Height: | Size: 232 B |
4
experiments/tictactoe4d/dist/assets/horiz1.svg
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg version="1.1" width="100" height="100" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="25%" width="25%" height="100%" fill="rgb(0 0 0 / 10%)" />
|
||||
<rect x="75%" width="25%" height="100%" fill="rgb(0 0 0 / 10%)" />
|
||||
</svg>
|
After Width: | Height: | Size: 228 B |
4
experiments/tictactoe4d/dist/assets/horiz2.svg
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg version="1.1" width="100" height="100" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="25%" height="100%" fill="rgb(0 0 0 / 10%)" />
|
||||
<rect x="50%" width="25%" height="100%" fill="rgb(0 0 0 / 10%)" />
|
||||
</svg>
|
After Width: | Height: | Size: 220 B |
4
experiments/tictactoe4d/dist/assets/horiz3.svg
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg version="1.1" width="100" height="100" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="37.5%" height="100%" fill="rgb(0 0 0 / 10%)" />
|
||||
<rect x="50%" width="37.5%" height="100%" fill="rgb(0 0 0 / 10%)" />
|
||||
</svg>
|
After Width: | Height: | Size: 224 B |
4
experiments/tictactoe4d/dist/assets/vert0.svg
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg version="1.1" width="100" height="100" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect y="25%" height="12.5%" width="100%" fill="rgb(0 0 0 / 10%)" />
|
||||
<rect y="75%" height="12.5%" width="100%" fill="rgb(0 0 0 / 10%)" />
|
||||
</svg>
|
After Width: | Height: | Size: 232 B |
4
experiments/tictactoe4d/dist/assets/vert1.svg
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg version="1.1" width="100" height="100" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect y="25%" height="25%" width="100%" fill="rgb(0 0 0 / 10%)" />
|
||||
<rect y="75%" height="25%" width="100%" fill="rgb(0 0 0 / 10%)" />
|
||||
</svg>
|
After Width: | Height: | Size: 228 B |
4
experiments/tictactoe4d/dist/assets/vert2.svg
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg version="1.1" width="100" height="100" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect height="25%" width="100%" fill="rgb(0 0 0 / 10%)" />
|
||||
<rect y="50%" height="25%" width="100%" fill="rgb(0 0 0 / 10%)" />
|
||||
</svg>
|
After Width: | Height: | Size: 220 B |
4
experiments/tictactoe4d/dist/assets/vert3.svg
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg version="1.1" width="100" height="100" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect height="37.5%" width="100%" fill="rgb(0 0 0 / 10%)" />
|
||||
<rect y="50%" height="37.5%" width="100%" fill="rgb(0 0 0 / 10%)" />
|
||||
</svg>
|
After Width: | Height: | Size: 224 B |