aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2017-03-04 23:48:07 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2017-03-04 23:48:07 +0800
commitbdbf0454f4d464eed3939a6bf7cb05452f21b15b (patch)
tree255c02eecbec53e0b915662fd0ceb9beb0640b35 /README.md
parentf27966a7caab0f4891746f6abef8d4337b87e767 (diff)
downloadminesweeperjs-bdbf0454f4d464eed3939a6bf7cb05452f21b15b.tar.xz
Initial upload.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..4ca9a7a
--- /dev/null
+++ b/README.md
@@ -0,0 +1,6 @@
+# minesweeperjs
+A fancy minesweeper in your browser with a "multimine" mode
+
+Try it live [here](https://chrisoft.org/minesweeper/).
+
+The code is pretty ugly as _I don't know JS_. Feel free to improve it.