Initial Commit (first version of Minesweeper.js)

This commit is contained in:
Marcel
2018-04-22 09:34:50 +02:00
parent da76315544
commit 377d7ca84a
6 changed files with 593 additions and 0 deletions

7
icons/flag.svg Normal file
View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'>
<svg>
<polygon points="105.62 69 22 69 22 8 105.62 8 87.519 38.5" fill="#ED1D1D"/>
<polygon points="105.62 8 92.617 8 74.519 38.5 92.617 69 105.62 69 87.519 38.5" fill="#BF1111"/>
<path d="M91.007,38.5L110.886,5H19v114c0,1.657,1.343,3,3,3s3-1.343,3-3V72h85.886L91.007,38.5z M25,11h75.349 L84.03,38.5L100.349,66H25V11z" fill="#231F20"/>
</svg>

After

Width:  |  Height:  |  Size: 484 B