Skip to content

Commit

Permalink
Add some info on README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
gamalielhere committed Feb 4, 2016
1 parent 12f5971 commit 3411622
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ $(document).ready(function() {
direction = "right";
} else if(arrow === 40 && direction !== "up"){
direction = "down";
} else if(arrow === 32){
startGame();
}
});
});

0 comments on commit 3411622

Please sign in to comment.