initial
0
game.js
Normal file
BIN
img/BG.png
Normal file
|
After Width: | Height: | Size: 38 KiB |
BIN
img/bird/b0.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
img/bird/b1.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
img/bird/b2.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
img/botpipe.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
img/gameover.png
Normal file
|
After Width: | Height: | Size: 7.6 KiB |
BIN
img/getready.png
Normal file
|
After Width: | Height: | Size: 7.9 KiB |
BIN
img/ground.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
img/toppipe.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
11
index.html
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>FlappyBird</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||