diff --git a/h5/flipper/game.js b/h5/flipper/game.js index 39c8f84..25f2b17 100644 --- a/h5/flipper/game.js +++ b/h5/flipper/game.js @@ -23,7 +23,7 @@ export default class Game { } init() { Object.assign(this, { - steps: 25, + steps: 40, score: 0, }); this.shuffleCards();