summaryrefslogtreecommitdiff
path: root/docs/README.md
blob: a96397341be8a6bbe51130e374f9ab3329b7970b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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)