From 60fb57fa2d575a358e1960b8f18c4b0639bc8c75 Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Thu, 13 Apr 2023 16:13:43 +0200 Subject: Polishing repo with Readme.md Add start script --- Readme.md | 7 +++++++ index.html | 1 + screenshot.png | Bin 0 -> 21855 bytes start | 2 ++ 4 files changed, 10 insertions(+) create mode 100644 Readme.md create mode 120000 index.html create mode 100644 screenshot.png create mode 100755 start 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) diff --git a/index.html b/index.html new file mode 120000 index 0000000..d8dfa34 --- /dev/null +++ b/index.html @@ -0,0 +1 @@ +battleship.html \ No newline at end of file diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..793b08a Binary files /dev/null and b/screenshot.png differ diff --git a/start b/start new file mode 100755 index 0000000..d96786c --- /dev/null +++ b/start @@ -0,0 +1,2 @@ +#!/bin/sh +python -m http.server -- cgit v1.3.1