Skip to content

Commit

Permalink
Merge pull request #1 from yug-khandelwal/Sprig-App]-Flappy-bird-with…
Browse files Browse the repository at this point in the history
…-gravity-and-sound

[Sprig App] Flappy bird with gravity and sound
  • Loading branch information
yug-khandelwal authored Dec 31, 2024
2 parents 1091501 + a191198 commit 2925ee6
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 @@ -2,7 +2,7 @@
First time? Check out the tutorial game:
https://sprig.hackclub.com/gallery/getting_started
@title: Flappy Bird
@title: flappy-bird-with-gravity-and-sound
@author: Yug Khandelwal
@addedOn: 2024-12-24
*/
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 2925ee6

Please sign in to comment.