1
0
mirror of https://github.com/osmarks/website synced 2025-09-11 14:55:59 +00:00

4D tic-tac-toe (real)

This commit is contained in:
2024-01-30 16:46:38 +00:00
parent f43a8aa951
commit b0c118bb65
40 changed files with 272 additions and 5 deletions

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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