Browse Source
Merge pull request #1 from 17mgeffert/master
added comments
pull/5/head
Jeffery R
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
2 deletions
-
games/astroids.html
|
|
@ -1,6 +1,7 @@ |
|
|
|
<script> |
|
|
|
|
|
|
|
//5-25-17 |
|
|
|
//Jrtechs is the boss man |
|
|
|
|
|
|
|
window.addEventListener("keydown", function(e) |
|
|
|
{ |
|
|
@ -343,8 +344,7 @@ |
|
|
|
|
|
|
|
//console.log(context); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var update = function() |
|
|
|
{ |
|
|
|
|
|
|
@ -357,6 +357,7 @@ |
|
|
|
//console.log(halp); |
|
|
|
//for (b = 0; b < bullets.lenght; b++) |
|
|
|
//var b; |
|
|
|
|
|
|
|
for (var i = bullets.length; i--; ) |
|
|
|
{ |
|
|
|
console.log("b"); |
|
|
|