commit 484ddb305c49f42adfa13f5aef678a9e2f8239d8 Author: Darkin Date: Fri Oct 18 23:01:50 2019 +0200 initial diff --git a/game.js b/game.js new file mode 100644 index 0000000..e69de29 diff --git a/img/BG.png b/img/BG.png new file mode 100644 index 0000000..42d2cc4 Binary files /dev/null and b/img/BG.png differ diff --git a/img/bird/b0.png b/img/bird/b0.png new file mode 100644 index 0000000..781b6ab Binary files /dev/null and b/img/bird/b0.png differ diff --git a/img/bird/b1.png b/img/bird/b1.png new file mode 100644 index 0000000..833c9aa Binary files /dev/null and b/img/bird/b1.png differ diff --git a/img/bird/b2.png b/img/bird/b2.png new file mode 100644 index 0000000..fc45e48 Binary files /dev/null and b/img/bird/b2.png differ diff --git a/img/botpipe.png b/img/botpipe.png new file mode 100644 index 0000000..427a916 Binary files /dev/null and b/img/botpipe.png differ diff --git a/img/gameover.png b/img/gameover.png new file mode 100644 index 0000000..d50fc72 Binary files /dev/null and b/img/gameover.png differ diff --git a/img/getready.png b/img/getready.png new file mode 100644 index 0000000..53e167f Binary files /dev/null and b/img/getready.png differ diff --git a/img/ground.png b/img/ground.png new file mode 100644 index 0000000..dc42ea2 Binary files /dev/null and b/img/ground.png differ diff --git a/img/toppipe.png b/img/toppipe.png new file mode 100644 index 0000000..4b700c7 Binary files /dev/null and b/img/toppipe.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..b18dd8b --- /dev/null +++ b/index.html @@ -0,0 +1,11 @@ + + + + + + FlappyBird + + + + + \ No newline at end of file