diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0a9c0a7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +images/Thumbs.db \ No newline at end of file diff --git a/README.md b/README.md index 35370c2..ed754cf 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ Rows with exploded mines cannot be cleared. See how far you can get! Left-click or tap to clear a tile. Right-click or hold to flag a mine. Click or tap a number to clear any non-flagged adjacent tiles. ## stuff to add -save game using html5 local storage so player can come back later - possibly add way to remove clicked mines (powerup/clump clicked mines together to destroy/get clicked mine to top/left of screen, etc.) +animations for mine explosions + Need to test on mobile devices etc. -add a nicer graphic for mines (& flags?) +add graphics for mines & flags ## bugs the player can cheat under certain conditions; if there is only one tile left on a row, the player can flag it and if it is a mine, the row will clear. if not, the player can unflag it and click it. not sure how big a deal this is really. diff --git a/images/flag.png b/images/flag.png new file mode 100644 index 0000000..d715f22 Binary files /dev/null and b/images/flag.png differ diff --git a/images/graphics.psd b/images/graphics.psd new file mode 100644 index 0000000..44f6b75 Binary files /dev/null and b/images/graphics.psd differ diff --git a/index.html b/index.html index 49d8aa0..9a793d6 100644 --- a/index.html +++ b/index.html @@ -1,847 +1,846 @@ -
-a game by max bradbury
-inspirations include minesweeper, tetris and 2048
-tell your friends
- -
- left click or tap to clear a tile.
- right click or hold to flag a mine.
- rows and columns with exploded mines cannot be cleared.
-
a game by max bradbury
+inspirations include minesweeper, tetris and 2048
+tell your friends
+ +
+ left click or tap to clear a tile.
+ right click or hold to flag a mine.
+ rows and columns with exploded mines cannot be cleared.
+