Skip to content

Commit

Permalink
Merge pull request #30 from dwmkerr/refactor/update-demo-address
Browse files Browse the repository at this point in the history
docs: update demo address
  • Loading branch information
dwmkerr committed Nov 17, 2019
2 parents 0f5426f + 67d7a21 commit 3576d9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -4,9 +4,9 @@ The classic Space Invaders game written in JavaScript as a learning exercise.

No jQuery or any other third party libraries, just raw JavaScript, CSS and HTML.

See it Live: [www.dwmkerr.com/experiments/spaceinvaders](http://www.dwmkerr.com/experiments/spaceinvaders)
See it Live: [https://dwmkerr.github.io/spaceinvaders/](https://dwmkerr.github.io/spaceinvaders/)

[![Space Invaders Screenshot](./screenshot.jpg "Space Invaders Screenshot")](http://www.dwmkerr.com/experiments/spaceinvaders)
[![Space Invaders Screenshot](./screenshot.jpg "Space Invaders Screenshot")](https://dwmkerr.github.io/spaceinvaders/)

## Intro

Expand Down
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -49,7 +49,7 @@
more bombs as you complete each level!</p>
<p><a id="muteLink" href="#" onclick="toggleMute()">mute</a> |
<a href="http://github.com/dwmkerr/spaceinvaders">spaceinvaders on github</a> |
<a href="http://www.dwmkerr.com/experiments">more experiments</a> | <a href="http://www.dwmkerr.com">dwmkerr.com</a></p>
<a href="http://github.com/dwmkerr">more projects</a> | <a href="http://www.dwmkerr.com">dwmkerr.com</a></p>
</div>

<script src="js/starfield.js"></script>
Expand Down

0 comments on commit 3576d9f

Please sign in to comment.