|
1 |
| -# [Live Hosting on Firebase](https://wdijeopardy.firebaseapp.com) |
| 1 | +## [Live Hosting on Firebase](https://wdijeopardy.firebaseapp.com) |
2 | 2 |
|
3 |
| -Quickstart from clone/download: |
4 |
| --- |
5 |
| -**From Terminal** |
| 3 | +*Get Started:* |
| 4 | + |
| 5 | +**Terminal** |
6 | 6 |
|
7 | 7 | * 1. Clone Repository ``git clone https://github.com/airbr/WDI7-Jeopardy``
|
8 | 8 | * 2. Change into the directory ``cd ./Project1-Jeopardy``
|
9 |
| -* 3. Turn on Audio (Optional... but highly reccomended!) |
| 9 | +* 3. Turn on your audio (Optional... but highly reccomended!) |
10 | 10 | * 4. Open index.html in your web browser ``open public/index.html``
|
11 | 11 | * 5. Enjoy!
|
12 | 12 |
|
13 | 13 | **GUI**
|
14 | 14 |
|
15 | 15 | * 1. Download ZIP
|
16 | 16 | * 2. Decompress folder
|
17 |
| -* 3. Find and open ``public/index.html`` with a modern web browser as this simple game uses modern CSS GRID spec |
| 17 | +* 3. Find and open ``public/index.html`` |
18 | 18 | * 4. Enjoy!
|
19 | 19 |
|
20 | 20 | --
|
21 | 21 | ### WDI Jeopardy by Morgan Murrah - v2.0
|
22 | 22 |
|
23 |
| -This game was started as my earliest project wirh General Assembly Atlanta and was my first application of HTML, CSS, Javscript and JQuery. I am adding bits and pieces to it since then. |
| 23 | +This game started as one of my earliest projects and was my first application of HTML, CSS, Javscript and JQuery- also Project one from taking the web development immersive at General Assembly. I have been adding bits and pieces to it since then. |
| 24 | + |
| 25 | +Most Recently I have |
| 26 | + |
| 27 | +### Current version: V2.0: |
24 | 28 |
|
| 29 | +This game has been GREATLY simplified/ a lot of refactoring of my horrible earlier code. The game now makes use of the new CSS Grid specification [which is not fully supported yet](http://caniuse.com/#feat=css-grid). Since its a simple game I figured its a great place to try this new shiny thing. |
25 | 30 |
|
26 |
| -### 1.5 Screenshots: |
| 31 | +### Current Game: |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | +### Older Screenshots: |
27 | 36 |
|
28 | 37 | 
|
29 | 38 | 
|
30 | 39 |
|
31 |
| -### Current version: V2.0: |
32 |
| - |
33 |
| -This game has been GREATLY simplified/ a lot of the junk cut out... and now it is in progress to becoming a a very basic Progressive Web App. ! |
34 | 40 |
|
35 |
| -It also makes use of the new CSS Grid specification, which entails some bleeding-edge problems with older browsers. |
36 | 41 |
|
37 | 42 | #### Future develoment:
|
38 | 43 |
|
|
0 commit comments