Skip to content

Commit

Permalink
Update DuckGame.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdaniculae committed Mar 27, 2024
1 parent f5ecb40 commit 1b40228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Experience/Games/DuckGame.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export default class DuckGame {

// Start generating pipes
this.pipesGeneratedCount = 0
this.pipesToWinRound = 16
this.pipesToWinRound = 10
this.generatePipes()

// Start the game loop
Expand Down

0 comments on commit 1b40228

Please sign in to comment.