aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2023-04-13 16:50:55 +0200
committerMaksymilian Jopek <maks@jopek.eu>2023-04-13 16:50:55 +0200
commit675e50eb67015e49c9de0b738c669d859dc7cb14 (patch)
treed2dfb84d05e62c88a755f2299ff880bcbb7cf849 /README.md
parent60fb57fa2d575a358e1960b8f18c4b0639bc8c75 (diff)
downloadbattleship-675e50eb67015e49c9de0b738c669d859dc7cb14.tar.gz
battleship-675e50eb67015e49c9de0b738c669d859dc7cb14.tar.zst
battleship-675e50eb67015e49c9de0b738c669d859dc7cb14.zip
Add license and rename Readme.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..03eb011
--- /dev/null
+++ b/README.md
@@ -0,0 +1,7 @@
+# Battleship game
+Features:
+- Vanilla Javascript only
+- Smart bot that calculates best move
+- Neat UI
+
+![Game screenshot](screenshot.png)