diff options
| author | Maksymilian Jopek <maks@jopek.eu> | 2023-04-13 16:13:43 +0200 |
|---|---|---|
| committer | Maksymilian Jopek <maks@jopek.eu> | 2023-04-13 16:13:43 +0200 |
| commit | 60fb57fa2d575a358e1960b8f18c4b0639bc8c75 (patch) | |
| tree | 2fba8b3116cc6b5d3efba58aeb3f83e42c5730fe | |
| parent | f1c31316a12a76c9b9af4b40e605eb040d7dbd43 (diff) | |
| download | battleship-60fb57fa2d575a358e1960b8f18c4b0639bc8c75.tar.gz battleship-60fb57fa2d575a358e1960b8f18c4b0639bc8c75.tar.zst battleship-60fb57fa2d575a358e1960b8f18c4b0639bc8c75.zip | |
Polishing repo with Readme.md
Add start script
| -rw-r--r-- | Readme.md | 7 | ||||
| l--------- | index.html | 1 | ||||
| -rw-r--r-- | screenshot.png | bin | 0 -> 21855 bytes | |||
| -rwxr-xr-x | start | 2 |
4 files changed, 10 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 + + 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 Binary files differnew file mode 100644 index 0000000..793b08a --- /dev/null +++ b/screenshot.png @@ -0,0 +1,2 @@ +#!/bin/sh +python -m http.server |
