Skip to content

Commit

Permalink
Merge pull request #31 from malteianlauterbach/replit-readme
Browse files Browse the repository at this point in the history
Add run on repl.it badge to README
  • Loading branch information
dwmkerr committed Dec 11, 2019
2 parents 3576d9f + d703b50 commit c1bf211
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .replit
@@ -0,0 +1,2 @@
language = "html"
run = ""
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -10,6 +10,8 @@ See it Live: [https://dwmkerr.github.io/spaceinvaders/](https://dwmkerr.github.i

## Intro

[![Run on Repl.it](https://repl.it/badge/github/dwmkerr/spaceinvaders)](https://repl.it/github/dwmkerr/spaceinvaders)

What's there to say? It's Space Invaders in JavaScript!

Create the game, give it a `div` to draw to, tell it when the keyboard is mashed and that's all you need to add Space Invaders to a website.
Expand Down

0 comments on commit c1bf211

Please sign in to comment.