Skip to content

Commit

Permalink
Update flappy-bird-with-gravity-and-sound.js
Browse files Browse the repository at this point in the history
  • Loading branch information
yug-khandelwal authored Dec 31, 2024
1 parent 05dc315 commit cf2a1d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions games/flappy-bird-with-gravity-and-sound.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ https://sprig.hackclub.com/gallery/getting_started
@title: Flappy-bird-with-gravity-and-sound
@author: Yug Khandelwal
@addedOn: 2024-12-24
@addedOn: 2024-12-30
*/

const player = "p";
Expand Down Expand Up @@ -191,4 +191,4 @@ function gameOver() {
addText("Game over!", { x: 5, y: 7, color: color`2` });
addText(`Score: ${score}`, { x: 5, y: 8, color: color`2` });
}
gameLoop();
gameLoop();

0 comments on commit cf2a1d7

Please sign in to comment.