Skip to content

Commit

Permalink
Suite
Browse files Browse the repository at this point in the history
  • Loading branch information
xviniette committed Jul 24, 2016
1 parent 57e8f7c commit f691044
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 68 deletions.
17 changes: 0 additions & 17 deletions .gitattributes

This file was deleted.

47 changes: 0 additions & 47 deletions .gitignore

This file was deleted.

8 changes: 4 additions & 4 deletions game.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,10 +253,10 @@ Game.prototype.display = function(){

window.onload = function(){
var sprites = {
bird:"bird.png",
background:"background.png",
pipetop:"pipetop.png",
pipebottom:"pipebottom.png"
bird:"./img/bird.png",
background:"./img/background.png",
pipetop:"./img/pipetop.png",
pipebottom:"./img/pipebottom.png"
}

var start = function(){
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
<button onclick="speed(120)">x2</button>
<button onclick="speed(180)">x3</button>
<button onclick="speed(300)">x5</button>
<br/>
<a href="http://github.com/xviniette/FlappyLearning">GitHub Repository</a>
<script src = "Neuroevolution.js"></script>
<script src = "game.js"></script>
</body>
Expand Down

0 comments on commit f691044

Please sign in to comment.