summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouie <lshprung@yahoo.com>2020-09-20 09:46:33 -0700
committerlouie <lshprung@yahoo.com>2020-09-20 09:46:33 -0700
commitb3b551c877b3d5893fcfcbf4875acdaa5d545925 (patch)
tree7a5163ec5c80ccb3d028a8aaaa0b550e33450375
parenta8c0d5619ee6d518737628d6c585233d0bba23da (diff)
Added READMEHEADmaster
-rw-r--r--docs/README.md21
-rw-r--r--docs/demo.pngbin0 -> 154280 bytes
2 files changed, 21 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md
new file mode 100644
index 0000000..a963973
--- /dev/null
+++ b/docs/README.md
@@ -0,0 +1,21 @@
+## About
+
+This is a simple yahtzee game I wrote in the Summer of 2019 when I was learning Web Development and Javascript. As it was a learning exercise, it is not particularly polished, and you may encounter some janky CSS.
+
+## Setup
+
+Clone the repository:
+
+```
+git clone https://github.com/lshprung/yahtzee-js.git
+```
+
+Navigate to the directory the repo was cloned into and start a localhost PHP server. I use port 8000 in this example:
+
+```
+php -S localhost:8000
+```
+
+Now open a web browser and enter the following URL: `http://localhost:8000/yahtzee.html`. If everything went right, you should see the following:
+
+![demonstration screenshot](demo.png)
diff --git a/docs/demo.png b/docs/demo.png
new file mode 100644
index 0000000..5db596d
--- /dev/null
+++ b/docs/demo.png
Binary files differ