react-native-games 1.6.0 → 1.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +127 -72
- package/lib/module/games/balloon-blaster/BalloonBlaster.js +1 -1
- package/lib/module/games/balloon-blaster/BalloonBlaster.js.map +1 -1
- package/lib/module/games/balloon-blaster/BalloonBlasterConstants.js +1 -1
- package/lib/module/games/balloon-blaster/BalloonBlasterConstants.js.map +1 -1
- package/lib/module/games/balloon-blaster/BalloonBlasterService.js +1 -1
- package/lib/module/games/balloon-blaster/BalloonBlasterService.js.map +1 -1
- package/lib/module/games/balloon-blaster/BalloonBlasterStore.js +1 -1
- package/lib/module/games/balloon-blaster/BalloonBlasterStore.js.map +1 -1
- package/lib/module/games/balloon-blaster/components/BalloonComponent.js +1 -1
- package/lib/module/games/balloon-blaster/components/BalloonComponent.js.map +1 -1
- package/lib/module/games/balloon-blaster/components/GameArea.js +1 -1
- package/lib/module/games/balloon-blaster/components/GameArea.js.map +1 -1
- package/lib/module/games/balloon-blaster/components/GameBackground.js +1 -1
- package/lib/module/games/balloon-blaster/components/GameBackground.js.map +1 -1
- package/lib/module/games/balloon-blaster/components/ScoreBoard.js +1 -1
- package/lib/module/games/balloon-blaster/components/ScoreBoard.js.map +1 -1
- package/lib/module/games/bike-racing/BikeRacing.js +1 -1
- package/lib/module/games/bike-racing/BikeRacing.js.map +1 -1
- package/lib/module/games/bike-racing/BikeRacingConstants.js +1 -1
- package/lib/module/games/bike-racing/BikeRacingConstants.js.map +1 -1
- package/lib/module/games/bike-racing/BikeRacingService.js +1 -1
- package/lib/module/games/bike-racing/BikeRacingService.js.map +1 -1
- package/lib/module/games/bike-racing/BikeRacingStore.js +1 -1
- package/lib/module/games/bike-racing/BikeRacingStore.js.map +1 -1
- package/lib/module/games/bike-racing/components/BikeComponent.js +1 -1
- package/lib/module/games/bike-racing/components/BikeComponent.js.map +1 -1
- package/lib/module/games/bike-racing/components/GameBackground.js +1 -1
- package/lib/module/games/bike-racing/components/GameBackground.js.map +1 -1
- package/lib/module/games/bike-racing/components/ScoreBoard.js +1 -1
- package/lib/module/games/bike-racing/components/ScoreBoard.js.map +1 -1
- package/lib/module/games/block-blast/BlockBlast.js +1 -1
- package/lib/module/games/block-blast/BlockBlast.js.map +1 -1
- package/lib/module/games/block-blast/BlockBlastConstants.js +1 -1
- package/lib/module/games/block-blast/BlockBlastConstants.js.map +1 -1
- package/lib/module/games/block-blast/BlockBlastService.js +1 -1
- package/lib/module/games/block-blast/BlockBlastService.js.map +1 -1
- package/lib/module/games/block-blast/BlockBlastStore.js +1 -1
- package/lib/module/games/block-blast/BlockBlastStore.js.map +1 -1
- package/lib/module/games/block-blast/components/BlastAnimation.js +1 -1
- package/lib/module/games/block-blast/components/BlastAnimation.js.map +1 -1
- package/lib/module/games/block-blast/components/BlockPieceComponent.js +1 -1
- package/lib/module/games/block-blast/components/BlockPieceComponent.js.map +1 -1
- package/lib/module/games/block-blast/components/GameArea.js +1 -1
- package/lib/module/games/block-blast/components/GameArea.js.map +1 -1
- package/lib/module/games/block-blast/components/GameBackground.js +1 -1
- package/lib/module/games/block-blast/components/GameBackground.js.map +1 -1
- package/lib/module/games/block-blast/components/GridComponent.js +1 -1
- package/lib/module/games/block-blast/components/GridComponent.js.map +1 -1
- package/lib/module/games/block-blast/components/ScoreBoard.js +1 -1
- package/lib/module/games/block-blast/components/ScoreBoard.js.map +1 -1
- package/lib/module/games/bubble-shooter/BubbleShooter.js +1 -1
- package/lib/module/games/bubble-shooter/BubbleShooter.js.map +1 -1
- package/lib/module/games/bubble-shooter/BubbleShooterConstants.js +1 -1
- package/lib/module/games/bubble-shooter/BubbleShooterConstants.js.map +1 -1
- package/lib/module/games/bubble-shooter/BubbleShooterService.js +1 -1
- package/lib/module/games/bubble-shooter/BubbleShooterService.js.map +1 -1
- package/lib/module/games/bubble-shooter/BubbleShooterStore.js +1 -1
- package/lib/module/games/bubble-shooter/BubbleShooterStore.js.map +1 -1
- package/lib/module/games/bubble-shooter/components/GameArea.js +1 -1
- package/lib/module/games/bubble-shooter/components/GameArea.js.map +1 -1
- package/lib/module/games/bubble-shooter/components/GameBackground.js +1 -1
- package/lib/module/games/bubble-shooter/components/GameBackground.js.map +1 -1
- package/lib/module/games/bubble-shooter/components/ScoreBoard.js +1 -1
- package/lib/module/games/bubble-shooter/components/ScoreBoard.js.map +1 -1
- package/lib/module/games/candy-crush/CandyCrush.js +1 -1
- package/lib/module/games/candy-crush/CandyCrush.js.map +1 -1
- package/lib/module/games/candy-crush/CandyCrushConstants.js +1 -1
- package/lib/module/games/candy-crush/CandyCrushConstants.js.map +1 -1
- package/lib/module/games/candy-crush/CandyCrushService.js +1 -1
- package/lib/module/games/candy-crush/CandyCrushService.js.map +1 -1
- package/lib/module/games/candy-crush/CandyCrushStore.js +1 -1
- package/lib/module/games/candy-crush/CandyCrushStore.js.map +1 -1
- package/lib/module/games/candy-crush/components/BlastAnimation.js +1 -1
- package/lib/module/games/candy-crush/components/BlastAnimation.js.map +1 -1
- package/lib/module/games/candy-crush/components/CandyItem.js +1 -1
- package/lib/module/games/candy-crush/components/CandyItem.js.map +1 -1
- package/lib/module/games/candy-crush/components/GameBackground.js +1 -1
- package/lib/module/games/candy-crush/components/GameBackground.js.map +1 -1
- package/lib/module/games/candy-crush/components/GameGrid.js +1 -1
- package/lib/module/games/candy-crush/components/GameGrid.js.map +1 -1
- package/lib/module/games/candy-crush/components/ScoreBoard.js +1 -1
- package/lib/module/games/candy-crush/components/ScoreBoard.js.map +1 -1
- package/lib/module/games/car-racing/CarRacing.js +1 -1
- package/lib/module/games/car-racing/CarRacing.js.map +1 -1
- package/lib/module/games/car-racing/CarRacingConstants.js +1 -1
- package/lib/module/games/car-racing/CarRacingConstants.js.map +1 -1
- package/lib/module/games/car-racing/CarRacingService.js +1 -1
- package/lib/module/games/car-racing/CarRacingService.js.map +1 -1
- package/lib/module/games/car-racing/CarRacingStore.js +1 -1
- package/lib/module/games/car-racing/CarRacingStore.js.map +1 -1
- package/lib/module/games/car-racing/components/CarComponent.js +1 -1
- package/lib/module/games/car-racing/components/CarComponent.js.map +1 -1
- package/lib/module/games/car-racing/components/GameBackground.js +1 -1
- package/lib/module/games/car-racing/components/GameBackground.js.map +1 -1
- package/lib/module/games/car-racing/components/ScoreBoard.js +1 -1
- package/lib/module/games/car-racing/components/ScoreBoard.js.map +1 -1
- package/lib/module/games/colors-sort/ColorsSort.js +1 -1
- package/lib/module/games/colors-sort/ColorsSort.js.map +1 -1
- package/lib/module/games/colors-sort/ColorsSortConstants.js +1 -1
- package/lib/module/games/colors-sort/ColorsSortConstants.js.map +1 -1
- package/lib/module/games/colors-sort/ColorsSortService.js +1 -1
- package/lib/module/games/colors-sort/ColorsSortService.js.map +1 -1
- package/lib/module/games/colors-sort/ColorsSortStore.js +1 -1
- package/lib/module/games/colors-sort/ColorsSortStore.js.map +1 -1
- package/lib/module/games/colors-sort/components/ColorContainer.js +1 -1
- package/lib/module/games/colors-sort/components/ColorContainer.js.map +1 -1
- package/lib/module/games/colors-sort/components/GameBackground.js +1 -1
- package/lib/module/games/colors-sort/components/GameBackground.js.map +1 -1
- package/lib/module/games/colors-sort/components/ScoreBoard.js +1 -1
- package/lib/module/games/colors-sort/components/ScoreBoard.js.map +1 -1
- package/lib/module/games/connect-em-all/ConnectEmAll.js +1 -0
- package/lib/module/games/connect-em-all/ConnectEmAll.js.map +1 -0
- package/lib/module/games/connect-em-all/ConnectEmAllConstants.js +1 -0
- package/lib/module/games/connect-em-all/ConnectEmAllConstants.js.map +1 -0
- package/lib/module/games/connect-em-all/ConnectEmAllService.js +1 -0
- package/lib/module/games/connect-em-all/ConnectEmAllService.js.map +1 -0
- package/lib/module/games/connect-em-all/ConnectEmAllStore.js +1 -0
- package/lib/module/games/connect-em-all/ConnectEmAllStore.js.map +1 -0
- package/lib/module/games/connect-em-all/components/GameBackground.js +1 -0
- package/lib/module/games/connect-em-all/components/GameBackground.js.map +1 -0
- package/lib/module/games/connect-em-all/components/GameBoard.js +1 -0
- package/lib/module/games/connect-em-all/components/GameBoard.js.map +1 -0
- package/lib/module/games/connect-em-all/components/ScoreBoard.js +1 -0
- package/lib/module/games/connect-em-all/components/ScoreBoard.js.map +1 -0
- package/lib/module/games/dino-jump/DinoJump.js +1 -1
- package/lib/module/games/dino-jump/DinoJump.js.map +1 -1
- package/lib/module/games/dino-jump/DinoJumpConstants.js +1 -1
- package/lib/module/games/dino-jump/DinoJumpConstants.js.map +1 -1
- package/lib/module/games/dino-jump/DinoJumpService.js +1 -1
- package/lib/module/games/dino-jump/DinoJumpService.js.map +1 -1
- package/lib/module/games/dino-jump/DinoJumpStore.js +1 -1
- package/lib/module/games/dino-jump/DinoJumpStore.js.map +1 -1
- package/lib/module/games/dino-jump/components/DinoSprite.js +1 -1
- package/lib/module/games/dino-jump/components/DinoSprite.js.map +1 -1
- package/lib/module/games/dino-jump/components/GameArea.js +1 -1
- package/lib/module/games/dino-jump/components/GameArea.js.map +1 -1
- package/lib/module/games/dino-jump/components/GameBackground.js +1 -1
- package/lib/module/games/dino-jump/components/GameBackground.js.map +1 -1
- package/lib/module/games/dino-jump/components/ObstacleSprite.js +1 -1
- package/lib/module/games/dino-jump/components/ObstacleSprite.js.map +1 -1
- package/lib/module/games/dino-jump/components/ScoreBoard.js +1 -1
- package/lib/module/games/dino-jump/components/ScoreBoard.js.map +1 -1
- package/lib/module/games/dino-jump/components/StarSprite.js +1 -1
- package/lib/module/games/dino-jump/components/StarSprite.js.map +1 -1
- package/lib/module/games/dots-and-boxes/DotsAndBoxes.js +1 -0
- package/lib/module/games/dots-and-boxes/DotsAndBoxes.js.map +1 -0
- package/lib/module/games/dots-and-boxes/DotsAndBoxesConstants.js +1 -0
- package/lib/module/games/dots-and-boxes/DotsAndBoxesConstants.js.map +1 -0
- package/lib/module/games/dots-and-boxes/DotsAndBoxesService.js +1 -0
- package/lib/module/games/dots-and-boxes/DotsAndBoxesService.js.map +1 -0
- package/lib/module/games/dots-and-boxes/DotsAndBoxesStore.js +1 -0
- package/lib/module/games/dots-and-boxes/DotsAndBoxesStore.js.map +1 -0
- package/lib/module/games/dots-and-boxes/components/GameBackground.js +1 -0
- package/lib/module/games/dots-and-boxes/components/GameBackground.js.map +1 -0
- package/lib/module/games/dots-and-boxes/components/GameBoard.js +1 -0
- package/lib/module/games/dots-and-boxes/components/GameBoard.js.map +1 -0
- package/lib/module/games/dots-and-boxes/components/ScoreBoard.js +1 -0
- package/lib/module/games/dots-and-boxes/components/ScoreBoard.js.map +1 -0
- package/lib/module/games/flappy-bird/FlappyBird.js +1 -1
- package/lib/module/games/flappy-bird/FlappyBird.js.map +1 -1
- package/lib/module/games/flappy-bird/FlappyBirdConstants.js +1 -1
- package/lib/module/games/flappy-bird/FlappyBirdConstants.js.map +1 -1
- package/lib/module/games/flappy-bird/FlappyBirdStore.js +1 -1
- package/lib/module/games/flappy-bird/FlappyBirdStore.js.map +1 -1
- package/lib/module/games/flappy-bird/components/Bird.js +1 -1
- package/lib/module/games/flappy-bird/components/Bird.js.map +1 -1
- package/lib/module/games/flappy-bird/components/GameArea.js +1 -1
- package/lib/module/games/flappy-bird/components/GameArea.js.map +1 -1
- package/lib/module/games/flappy-bird/components/GameBackground.js +1 -1
- package/lib/module/games/flappy-bird/components/GameBackground.js.map +1 -1
- package/lib/module/games/flappy-bird/components/Pipes.js +1 -1
- package/lib/module/games/flappy-bird/components/Pipes.js.map +1 -1
- package/lib/module/games/flappy-bird/components/ScoreBoard.js +1 -1
- package/lib/module/games/flappy-bird/components/ScoreBoard.js.map +1 -1
- package/lib/module/games/fruit-merger/FruitMerger.js +1 -1
- package/lib/module/games/fruit-merger/FruitMerger.js.map +1 -1
- package/lib/module/games/fruit-merger/FruitMergerConstants.js +1 -1
- package/lib/module/games/fruit-merger/FruitMergerConstants.js.map +1 -1
- package/lib/module/games/fruit-merger/FruitMergerService.js +1 -1
- package/lib/module/games/fruit-merger/FruitMergerService.js.map +1 -1
- package/lib/module/games/fruit-merger/FruitMergerStore.js +1 -1
- package/lib/module/games/fruit-merger/FruitMergerStore.js.map +1 -1
- package/lib/module/games/fruit-merger/components/FruitItem.js +1 -1
- package/lib/module/games/fruit-merger/components/FruitItem.js.map +1 -1
- package/lib/module/games/fruit-merger/components/GameArea.js +1 -1
- package/lib/module/games/fruit-merger/components/GameArea.js.map +1 -1
- package/lib/module/games/fruit-merger/components/GameBackground.js +1 -1
- package/lib/module/games/fruit-merger/components/GameBackground.js.map +1 -1
- package/lib/module/games/fruit-merger/components/ScoreBoard.js +1 -1
- package/lib/module/games/fruit-merger/components/ScoreBoard.js.map +1 -1
- package/lib/module/games/fruit-ninja/FruitNinja.js +1 -1
- package/lib/module/games/fruit-ninja/FruitNinja.js.map +1 -1
- package/lib/module/games/fruit-ninja/FruitNinjaConstants.js +1 -1
- package/lib/module/games/fruit-ninja/FruitNinjaConstants.js.map +1 -1
- package/lib/module/games/fruit-ninja/FruitNinjaService.js +1 -1
- package/lib/module/games/fruit-ninja/FruitNinjaService.js.map +1 -1
- package/lib/module/games/fruit-ninja/FruitNinjaStore.js +1 -1
- package/lib/module/games/fruit-ninja/FruitNinjaStore.js.map +1 -1
- package/lib/module/games/fruit-ninja/components/FruitComponent.js +1 -1
- package/lib/module/games/fruit-ninja/components/FruitComponent.js.map +1 -1
- package/lib/module/games/fruit-ninja/components/GameArea.js +1 -1
- package/lib/module/games/fruit-ninja/components/GameArea.js.map +1 -1
- package/lib/module/games/fruit-ninja/components/GameBackground.js +1 -1
- package/lib/module/games/fruit-ninja/components/GameBackground.js.map +1 -1
- package/lib/module/games/fruit-ninja/components/ScoreBoard.js +1 -1
- package/lib/module/games/fruit-ninja/components/ScoreBoard.js.map +1 -1
- package/lib/module/games/game-2048/Game2048.js +1 -1
- package/lib/module/games/game-2048/Game2048.js.map +1 -1
- package/lib/module/games/game-2048/Game2048Constants.js +1 -1
- package/lib/module/games/game-2048/Game2048Constants.js.map +1 -1
- package/lib/module/games/game-2048/Game2048Service.js +1 -1
- package/lib/module/games/game-2048/Game2048Service.js.map +1 -1
- package/lib/module/games/game-2048/Game2048Store.js +1 -1
- package/lib/module/games/game-2048/Game2048Store.js.map +1 -1
- package/lib/module/games/game-2048/components/GameBackground.js +1 -1
- package/lib/module/games/game-2048/components/GameBackground.js.map +1 -1
- package/lib/module/games/game-2048/components/GameGrid.js +1 -1
- package/lib/module/games/game-2048/components/GameGrid.js.map +1 -1
- package/lib/module/games/game-2048/components/GameTile.js +1 -1
- package/lib/module/games/game-2048/components/GameTile.js.map +1 -1
- package/lib/module/games/game-2048/components/ScoreBoard.js +1 -1
- package/lib/module/games/game-2048/components/ScoreBoard.js.map +1 -1
- package/lib/module/games/ludo-king/LudoKing.js +1 -0
- package/lib/module/games/ludo-king/LudoKing.js.map +1 -0
- package/lib/module/games/ludo-king/LudoKingConstants.js +1 -0
- package/lib/module/games/ludo-king/LudoKingConstants.js.map +1 -0
- package/lib/module/games/ludo-king/LudoKingService.js +1 -0
- package/lib/module/games/ludo-king/LudoKingService.js.map +1 -0
- package/lib/module/games/ludo-king/LudoKingStore.js +1 -0
- package/lib/module/games/ludo-king/LudoKingStore.js.map +1 -0
- package/lib/module/games/ludo-king/components/Dice.js +1 -0
- package/lib/module/games/ludo-king/components/Dice.js.map +1 -0
- package/lib/module/games/ludo-king/components/GameBackground.js +1 -0
- package/lib/module/games/ludo-king/components/GameBackground.js.map +1 -0
- package/lib/module/games/ludo-king/components/GameBoard.js +1 -0
- package/lib/module/games/ludo-king/components/GameBoard.js.map +1 -0
- package/lib/module/games/ludo-king/components/ScoreBoard.js +1 -0
- package/lib/module/games/ludo-king/components/ScoreBoard.js.map +1 -0
- package/lib/module/games/maze-runner/MazeRunner.js +1 -1
- package/lib/module/games/maze-runner/MazeRunner.js.map +1 -1
- package/lib/module/games/maze-runner/MazeRunnerConstants.js +1 -1
- package/lib/module/games/maze-runner/MazeRunnerConstants.js.map +1 -1
- package/lib/module/games/maze-runner/MazeRunnerStore.js +1 -0
- package/lib/module/games/maze-runner/MazeRunnerStore.js.map +1 -0
- package/lib/module/games/maze-runner/components/EnhancedBallComponent.js +1 -1
- package/lib/module/games/maze-runner/components/EnhancedBallComponent.js.map +1 -1
- package/lib/module/games/maze-runner/components/EnhancedGameArea.js +1 -1
- package/lib/module/games/maze-runner/components/EnhancedGameArea.js.map +1 -1
- package/lib/module/games/maze-runner/components/GameBackground.js +1 -1
- package/lib/module/games/maze-runner/components/GameBackground.js.map +1 -1
- package/lib/module/games/maze-runner/components/ScoreBoard.js +1 -1
- package/lib/module/games/maze-runner/components/ScoreBoard.js.map +1 -1
- package/lib/module/games/maze-runner/components/SkiaPipeComponent.js +1 -1
- package/lib/module/games/maze-runner/components/SkiaPipeComponent.js.map +1 -1
- package/lib/module/games/maze-runner/components/StaticGameBackground.js +1 -1
- package/lib/module/games/maze-runner/components/StaticGameBackground.js.map +1 -1
- package/lib/module/games/maze-runner/components/WallComponent.js +1 -1
- package/lib/module/games/maze-runner/components/WallComponent.js.map +1 -1
- package/lib/module/games/number-search/NumberSearch.js +1 -0
- package/lib/module/games/number-search/NumberSearch.js.map +1 -0
- package/lib/module/games/number-search/NumberSearchConstants.js +1 -0
- package/lib/module/games/number-search/NumberSearchConstants.js.map +1 -0
- package/lib/module/games/number-search/NumberSearchService.js +1 -0
- package/lib/module/games/number-search/NumberSearchService.js.map +1 -0
- package/lib/module/games/number-search/NumberSearchStore.js +1 -0
- package/lib/module/games/number-search/NumberSearchStore.js.map +1 -0
- package/lib/module/games/number-search/components/GameBackground.js +1 -0
- package/lib/module/games/number-search/components/GameBackground.js.map +1 -0
- package/lib/module/games/number-search/components/GameBoard.js +1 -0
- package/lib/module/games/number-search/components/GameBoard.js.map +1 -0
- package/lib/module/games/number-search/components/NumberList.js +1 -0
- package/lib/module/games/number-search/components/NumberList.js.map +1 -0
- package/lib/module/games/number-search/components/ScoreBoard.js +1 -0
- package/lib/module/games/number-search/components/ScoreBoard.js.map +1 -0
- package/lib/module/games/nuts-and-bolts/NutsAndBolts.js +1 -0
- package/lib/module/games/nuts-and-bolts/NutsAndBolts.js.map +1 -0
- package/lib/module/games/nuts-and-bolts/NutsAndBoltsConstants.js +1 -0
- package/lib/module/games/nuts-and-bolts/NutsAndBoltsConstants.js.map +1 -0
- package/lib/module/games/nuts-and-bolts/NutsAndBoltsService.js +1 -0
- package/lib/module/games/nuts-and-bolts/NutsAndBoltsService.js.map +1 -0
- package/lib/module/games/nuts-and-bolts/NutsAndBoltsStore.js +1 -0
- package/lib/module/games/nuts-and-bolts/NutsAndBoltsStore.js.map +1 -0
- package/lib/module/games/nuts-and-bolts/components/GameBackground.js +1 -0
- package/lib/module/games/nuts-and-bolts/components/GameBackground.js.map +1 -0
- package/lib/module/games/nuts-and-bolts/components/GameBoard.js +1 -0
- package/lib/module/games/nuts-and-bolts/components/GameBoard.js.map +1 -0
- package/lib/module/games/nuts-and-bolts/components/ScoreBoard.js +1 -0
- package/lib/module/games/nuts-and-bolts/components/ScoreBoard.js.map +1 -0
- package/lib/module/games/pac-man/PacMan.js +1 -0
- package/lib/module/games/pac-man/PacMan.js.map +1 -0
- package/lib/module/games/pac-man/PacManConstants.js +1 -0
- package/lib/module/games/pac-man/PacManConstants.js.map +1 -0
- package/lib/module/games/pac-man/PacManService.js +1 -0
- package/lib/module/games/pac-man/PacManService.js.map +1 -0
- package/lib/module/games/pac-man/PacManStore.js +1 -0
- package/lib/module/games/pac-man/PacManStore.js.map +1 -0
- package/lib/module/games/pac-man/components/GameBackground.js +1 -0
- package/lib/module/games/pac-man/components/GameBackground.js.map +1 -0
- package/lib/module/games/pac-man/components/GameCanvas.js +1 -0
- package/lib/module/games/pac-man/components/GameCanvas.js.map +1 -0
- package/lib/module/games/pac-man/components/ScoreBoard.js +1 -0
- package/lib/module/games/pac-man/components/ScoreBoard.js.map +1 -0
- package/lib/module/games/perfect-circle/PerfectCircle.js +1 -1
- package/lib/module/games/perfect-circle/PerfectCircle.js.map +1 -1
- package/lib/module/games/perfect-circle/PerfectCircleConstants.js +1 -1
- package/lib/module/games/perfect-circle/PerfectCircleConstants.js.map +1 -1
- package/lib/module/games/perfect-circle/PerfectCircleService.js +1 -1
- package/lib/module/games/perfect-circle/PerfectCircleService.js.map +1 -1
- package/lib/module/games/perfect-circle/PerfectCircleStore.js +1 -1
- package/lib/module/games/perfect-circle/PerfectCircleStore.js.map +1 -1
- package/lib/module/games/perfect-circle/components/DrawingCanvas.js +1 -1
- package/lib/module/games/perfect-circle/components/DrawingCanvas.js.map +1 -1
- package/lib/module/games/perfect-circle/components/GameBackground.js +1 -1
- package/lib/module/games/perfect-circle/components/GameBackground.js.map +1 -1
- package/lib/module/games/perfect-circle/components/ScoreBoard.js +1 -1
- package/lib/module/games/perfect-circle/components/ScoreBoard.js.map +1 -1
- package/lib/module/games/popit-fidget/PopitFidget.js +1 -1
- package/lib/module/games/popit-fidget/PopitFidget.js.map +1 -1
- package/lib/module/games/popit-fidget/PopitFidgetConstants.js +1 -1
- package/lib/module/games/popit-fidget/PopitFidgetConstants.js.map +1 -1
- package/lib/module/games/popit-fidget/PopitFidgetService.js +1 -1
- package/lib/module/games/popit-fidget/PopitFidgetService.js.map +1 -1
- package/lib/module/games/popit-fidget/PopitFidgetStore.js +1 -1
- package/lib/module/games/popit-fidget/PopitFidgetStore.js.map +1 -1
- package/lib/module/games/popit-fidget/components/BubbleComponent.js +1 -1
- package/lib/module/games/popit-fidget/components/BubbleComponent.js.map +1 -1
- package/lib/module/games/popit-fidget/components/FidgetGrid.js +1 -1
- package/lib/module/games/popit-fidget/components/FidgetGrid.js.map +1 -1
- package/lib/module/games/popit-fidget/components/GameBackground.js +1 -1
- package/lib/module/games/popit-fidget/components/GameBackground.js.map +1 -1
- package/lib/module/games/popit-fidget/components/ScoreBoard.js +1 -1
- package/lib/module/games/popit-fidget/components/ScoreBoard.js.map +1 -1
- package/lib/module/games/sliding-numbers/SlidingNumbers.js +1 -1
- package/lib/module/games/sliding-numbers/SlidingNumbers.js.map +1 -1
- package/lib/module/games/sliding-numbers/SlidingNumbersConstants.js +1 -1
- package/lib/module/games/sliding-numbers/SlidingNumbersConstants.js.map +1 -1
- package/lib/module/games/sliding-numbers/SlidingNumbersService.js +1 -1
- package/lib/module/games/sliding-numbers/SlidingNumbersService.js.map +1 -1
- package/lib/module/games/sliding-numbers/SlidingNumbersStore.js +1 -1
- package/lib/module/games/sliding-numbers/SlidingNumbersStore.js.map +1 -1
- package/lib/module/games/sliding-numbers/components/GameBackground.js +1 -1
- package/lib/module/games/sliding-numbers/components/GameBackground.js.map +1 -1
- package/lib/module/games/sliding-numbers/components/NumbersGrid.js +1 -1
- package/lib/module/games/sliding-numbers/components/NumbersGrid.js.map +1 -1
- package/lib/module/games/sliding-numbers/components/NumbersTile.js +1 -1
- package/lib/module/games/sliding-numbers/components/NumbersTile.js.map +1 -1
- package/lib/module/games/sliding-numbers/components/ScoreBoard.js +1 -1
- package/lib/module/games/sliding-numbers/components/ScoreBoard.js.map +1 -1
- package/lib/module/games/snake-3d/Snake3D.js +1 -0
- package/lib/module/games/snake-3d/Snake3D.js.map +1 -0
- package/lib/module/games/snake-3d/Snake3DConstants.js +1 -0
- package/lib/module/games/snake-3d/Snake3DConstants.js.map +1 -0
- package/lib/module/games/snake-3d/Snake3DService.js +1 -0
- package/lib/module/games/snake-3d/Snake3DService.js.map +1 -0
- package/lib/module/games/snake-3d/Snake3DStore.js +1 -0
- package/lib/module/games/snake-3d/Snake3DStore.js.map +1 -0
- package/lib/module/games/snake-3d/components/GameBackground.js +1 -0
- package/lib/module/games/snake-3d/components/GameBackground.js.map +1 -0
- package/lib/module/games/snake-3d/components/GameGrid.js +1 -0
- package/lib/module/games/snake-3d/components/GameGrid.js.map +1 -0
- package/lib/module/games/snake-3d/components/ScoreBoard.js +1 -0
- package/lib/module/games/snake-3d/components/ScoreBoard.js.map +1 -0
- package/lib/module/games/space-fighter/SpaceFighter.js +1 -1
- package/lib/module/games/space-fighter/SpaceFighter.js.map +1 -1
- package/lib/module/games/space-fighter/SpaceFighterConstants.js +1 -1
- package/lib/module/games/space-fighter/SpaceFighterConstants.js.map +1 -1
- package/lib/module/games/space-fighter/SpaceFighterService.js +1 -1
- package/lib/module/games/space-fighter/SpaceFighterService.js.map +1 -1
- package/lib/module/games/space-fighter/SpaceFighterStore.js +1 -1
- package/lib/module/games/space-fighter/SpaceFighterStore.js.map +1 -1
- package/lib/module/games/space-fighter/components/AsteroidComponent.js +1 -1
- package/lib/module/games/space-fighter/components/AsteroidComponent.js.map +1 -1
- package/lib/module/games/space-fighter/components/GameArea.js +1 -1
- package/lib/module/games/space-fighter/components/GameArea.js.map +1 -1
- package/lib/module/games/space-fighter/components/GameBackground.js +1 -1
- package/lib/module/games/space-fighter/components/GameBackground.js.map +1 -1
- package/lib/module/games/space-fighter/components/ScoreBoard.js +1 -1
- package/lib/module/games/space-fighter/components/ScoreBoard.js.map +1 -1
- package/lib/module/games/space-fighter/components/Spacecraft3D.js +1 -1
- package/lib/module/games/space-fighter/components/Spacecraft3D.js.map +1 -1
- package/lib/module/games/space-fighter/components/SpacecraftPath.js +1 -1
- package/lib/module/games/space-fighter/components/SpacecraftPath.js.map +1 -1
- package/lib/module/games/spider-solitaire/SpiderSolitaire.js +1 -0
- package/lib/module/games/spider-solitaire/SpiderSolitaire.js.map +1 -0
- package/lib/module/games/spider-solitaire/SpiderSolitaireConstants.js +1 -0
- package/lib/module/games/spider-solitaire/SpiderSolitaireConstants.js.map +1 -0
- package/lib/module/games/spider-solitaire/SpiderSolitaireService.js +1 -0
- package/lib/module/games/spider-solitaire/SpiderSolitaireService.js.map +1 -0
- package/lib/module/games/spider-solitaire/SpiderSolitaireStore.js +1 -0
- package/lib/module/games/spider-solitaire/SpiderSolitaireStore.js.map +1 -0
- package/lib/module/games/spider-solitaire/components/Card.js +1 -0
- package/lib/module/games/spider-solitaire/components/Card.js.map +1 -0
- package/lib/module/games/spider-solitaire/components/CardPile.js +1 -0
- package/lib/module/games/spider-solitaire/components/CardPile.js.map +1 -0
- package/lib/module/games/spider-solitaire/components/GameBackground.js +1 -0
- package/lib/module/games/spider-solitaire/components/GameBackground.js.map +1 -0
- package/lib/module/games/spider-solitaire/components/ScoreBoard.js +1 -0
- package/lib/module/games/spider-solitaire/components/ScoreBoard.js.map +1 -0
- package/lib/module/games/tank-1990/Tank1990.js +1 -0
- package/lib/module/games/tank-1990/Tank1990.js.map +1 -0
- package/lib/module/games/tank-1990/Tank1990Constants.js +1 -0
- package/lib/module/games/tank-1990/Tank1990Constants.js.map +1 -0
- package/lib/module/games/tank-1990/Tank1990Service.js +1 -0
- package/lib/module/games/tank-1990/Tank1990Service.js.map +1 -0
- package/lib/module/games/tank-1990/Tank1990Store.js +1 -0
- package/lib/module/games/tank-1990/Tank1990Store.js.map +1 -0
- package/lib/module/games/tank-1990/components/Controls.js +1 -0
- package/lib/module/games/tank-1990/components/Controls.js.map +1 -0
- package/lib/module/games/tank-1990/components/GameBackground.js +1 -0
- package/lib/module/games/tank-1990/components/GameBackground.js.map +1 -0
- package/lib/module/games/tank-1990/components/GameBoard.js +1 -0
- package/lib/module/games/tank-1990/components/GameBoard.js.map +1 -0
- package/lib/module/games/tank-1990/components/ScoreBoard.js +1 -0
- package/lib/module/games/tank-1990/components/ScoreBoard.js.map +1 -0
- package/lib/module/games/tic-tac-toe/TicTacToe.js +1 -0
- package/lib/module/games/tic-tac-toe/TicTacToe.js.map +1 -0
- package/lib/module/games/tic-tac-toe/TicTacToeConstants.js +1 -0
- package/lib/module/games/tic-tac-toe/TicTacToeConstants.js.map +1 -0
- package/lib/module/games/tic-tac-toe/TicTacToeService.js +1 -0
- package/lib/module/games/tic-tac-toe/TicTacToeService.js.map +1 -0
- package/lib/module/games/tic-tac-toe/TicTacToeStore.js +1 -0
- package/lib/module/games/tic-tac-toe/TicTacToeStore.js.map +1 -0
- package/lib/module/games/tic-tac-toe/components/GameBackground.js +1 -0
- package/lib/module/games/tic-tac-toe/components/GameBackground.js.map +1 -0
- package/lib/module/games/tic-tac-toe/components/GameBoard.js +1 -0
- package/lib/module/games/tic-tac-toe/components/GameBoard.js.map +1 -0
- package/lib/module/games/tic-tac-toe/components/ScoreBoard.js +1 -0
- package/lib/module/games/tic-tac-toe/components/ScoreBoard.js.map +1 -0
- package/lib/module/games/tile-home/TileHome.js +1 -0
- package/lib/module/games/tile-home/TileHome.js.map +1 -0
- package/lib/module/games/tile-home/TileHomeConstants.js +1 -0
- package/lib/module/games/tile-home/TileHomeConstants.js.map +1 -0
- package/lib/module/games/tile-home/TileHomeService.js +1 -0
- package/lib/module/games/tile-home/TileHomeService.js.map +1 -0
- package/lib/module/games/tile-home/TileHomeStore.js +1 -0
- package/lib/module/games/tile-home/TileHomeStore.js.map +1 -0
- package/lib/module/games/tile-home/components/AnimatingTile.js +1 -0
- package/lib/module/games/tile-home/components/AnimatingTile.js.map +1 -0
- package/lib/module/games/tile-home/components/FlyingTile.js +1 -0
- package/lib/module/games/tile-home/components/FlyingTile.js.map +1 -0
- package/lib/module/games/tile-home/components/GameBackground.js +1 -0
- package/lib/module/games/tile-home/components/GameBackground.js.map +1 -0
- package/lib/module/games/tile-home/components/GameBoard.js +1 -0
- package/lib/module/games/tile-home/components/GameBoard.js.map +1 -0
- package/lib/module/games/tile-home/components/ScoreBoard.js +1 -0
- package/lib/module/games/tile-home/components/ScoreBoard.js.map +1 -0
- package/lib/module/games/tile-home/components/TileItem.js +1 -0
- package/lib/module/games/tile-home/components/TileItem.js.map +1 -0
- package/lib/module/games/tile-home/components/TileSlot.js +1 -0
- package/lib/module/games/tile-home/components/TileSlot.js.map +1 -0
- package/lib/module/games/whack-a-mole/WhackAMole.js +1 -1
- package/lib/module/games/whack-a-mole/WhackAMole.js.map +1 -1
- package/lib/module/games/whack-a-mole/WhackAMoleConstants.js +1 -1
- package/lib/module/games/whack-a-mole/WhackAMoleConstants.js.map +1 -1
- package/lib/module/games/whack-a-mole/WhackAMoleService.js +1 -1
- package/lib/module/games/whack-a-mole/WhackAMoleStore.js +1 -1
- package/lib/module/games/whack-a-mole/WhackAMoleStore.js.map +1 -1
- package/lib/module/games/whack-a-mole/components/GameBackground.js +1 -1
- package/lib/module/games/whack-a-mole/components/GameBackground.js.map +1 -1
- package/lib/module/games/whack-a-mole/components/GameGrid.js +1 -1
- package/lib/module/games/whack-a-mole/components/GameGrid.js.map +1 -1
- package/lib/module/games/whack-a-mole/components/GameHole.js +1 -1
- package/lib/module/games/whack-a-mole/components/GameHole.js.map +1 -1
- package/lib/module/games/whack-a-mole/components/MoleCharacter.js +1 -1
- package/lib/module/games/whack-a-mole/components/MoleCharacter.js.map +1 -1
- package/lib/module/games/whack-a-mole/components/ScoreBoard.js +1 -1
- package/lib/module/games/whack-a-mole/components/ScoreBoard.js.map +1 -1
- package/lib/module/games/word-search/WordSearch.js +1 -0
- package/lib/module/games/word-search/WordSearch.js.map +1 -0
- package/lib/module/games/word-search/WordSearchConstants.js +1 -0
- package/lib/module/games/word-search/WordSearchConstants.js.map +1 -0
- package/lib/module/games/word-search/WordSearchService.js +1 -0
- package/lib/module/games/word-search/WordSearchService.js.map +1 -0
- package/lib/module/games/word-search/WordSearchStore.js +1 -0
- package/lib/module/games/word-search/WordSearchStore.js.map +1 -0
- package/lib/module/games/word-search/components/GameBackground.js +1 -0
- package/lib/module/games/word-search/components/GameBackground.js.map +1 -0
- package/lib/module/games/word-search/components/GameBoard.js +1 -0
- package/lib/module/games/word-search/components/GameBoard.js.map +1 -0
- package/lib/module/games/word-search/components/ScoreBoard.js +1 -0
- package/lib/module/games/word-search/components/ScoreBoard.js.map +1 -0
- package/lib/module/games/word-search/components/WordList.js +1 -0
- package/lib/module/games/word-search/components/WordList.js.map +1 -0
- package/lib/module/helpers/AnimationFrame.js +1 -1
- package/lib/module/helpers/AnimationFrame.js.map +1 -1
- package/lib/module/helpers/AnimationTracker.js +1 -1
- package/lib/module/helpers/AnimationTracker.js.map +1 -1
- package/lib/module/helpers/ErrorHandler.js +1 -1
- package/lib/module/helpers/ErrorHandler.js.map +1 -1
- package/lib/module/helpers/GameControlButton.js +1 -1
- package/lib/module/helpers/GameControlButton.js.map +1 -1
- package/lib/module/helpers/GameOverModal.js +1 -1
- package/lib/module/helpers/GameOverModal.js.map +1 -1
- package/lib/module/helpers/GameSettingsModal.js +1 -1
- package/lib/module/helpers/GameSettingsModal.js.map +1 -1
- package/lib/module/helpers/ParticleBlast.js +1 -1
- package/lib/module/helpers/ParticleBlast.js.map +1 -1
- package/lib/module/helpers/ScoreBoardContainer.js +1 -1
- package/lib/module/helpers/ScoreBoardContainer.js.map +1 -1
- package/lib/module/helpers/assets/apple-fruit.js +1 -0
- package/lib/module/helpers/assets/apple-fruit.js.map +1 -0
- package/lib/module/helpers/assets/avocado-item.js +1 -0
- package/lib/module/helpers/assets/avocado-item.js.map +1 -0
- package/lib/module/helpers/assets/banana-fruit.js +1 -0
- package/lib/module/helpers/assets/banana-fruit.js.map +1 -0
- package/lib/module/helpers/assets/bomb-item.js +1 -0
- package/lib/module/helpers/assets/bomb-item.js.map +1 -0
- package/lib/module/helpers/assets/broccoli-item.js +1 -0
- package/lib/module/helpers/assets/broccoli-item.js.map +1 -0
- package/lib/module/helpers/assets/cherries-fruit.js +1 -0
- package/lib/module/helpers/assets/cherries-fruit.js.map +1 -0
- package/lib/module/helpers/assets/donut-item.js +1 -0
- package/lib/module/helpers/assets/donut-item.js.map +1 -0
- package/lib/module/helpers/assets/dragonfruit-item.js +1 -0
- package/lib/module/helpers/assets/dragonfruit-item.js.map +1 -0
- package/lib/module/helpers/assets/fries-item.js +1 -0
- package/lib/module/helpers/assets/fries-item.js.map +1 -0
- package/lib/module/helpers/assets/fruit-helpers.js +1 -0
- package/lib/module/helpers/assets/fruit-helpers.js.map +1 -0
- package/lib/module/helpers/assets/grapes-fruit.js +1 -0
- package/lib/module/helpers/assets/grapes-fruit.js.map +1 -0
- package/lib/module/helpers/assets/icecream-item.js +1 -0
- package/lib/module/helpers/assets/icecream-item.js.map +1 -0
- package/lib/module/helpers/assets/index.js +1 -0
- package/lib/module/helpers/assets/index.js.map +1 -0
- package/lib/module/helpers/assets/kiwi-fruit.js +1 -0
- package/lib/module/helpers/assets/kiwi-fruit.js.map +1 -0
- package/lib/module/helpers/assets/mango-fruit.js +1 -0
- package/lib/module/helpers/assets/mango-fruit.js.map +1 -0
- package/lib/module/helpers/assets/orange-fruit.js +1 -0
- package/lib/module/helpers/assets/orange-fruit.js.map +1 -0
- package/lib/module/helpers/assets/papaya-fruit.js +1 -0
- package/lib/module/helpers/assets/papaya-fruit.js.map +1 -0
- package/lib/module/helpers/assets/papaya-full-fruit.js +1 -0
- package/lib/module/helpers/assets/papaya-full-fruit.js.map +1 -0
- package/lib/module/helpers/assets/peach-fruit.js +1 -0
- package/lib/module/helpers/assets/peach-fruit.js.map +1 -0
- package/lib/module/helpers/assets/pineapple-fruit.js +1 -0
- package/lib/module/helpers/assets/pineapple-fruit.js.map +1 -0
- package/lib/module/helpers/assets/pomegranate-fruit.js +1 -0
- package/lib/module/helpers/assets/pomegranate-fruit.js.map +1 -0
- package/lib/module/helpers/assets/pumpkin-fruit.js +1 -0
- package/lib/module/helpers/assets/pumpkin-fruit.js.map +1 -0
- package/lib/module/helpers/assets/raspberry-item.js +1 -0
- package/lib/module/helpers/assets/raspberry-item.js.map +1 -0
- package/lib/module/helpers/assets/star-item.js +1 -0
- package/lib/module/helpers/assets/star-item.js.map +1 -0
- package/lib/module/helpers/assets/strawberry-fruit.js +1 -0
- package/lib/module/helpers/assets/strawberry-fruit.js.map +1 -0
- package/lib/module/helpers/assets/watermelon-fruit.js +1 -0
- package/lib/module/helpers/assets/watermelon-fruit.js.map +1 -0
- package/lib/module/helpers/index.js +1 -1
- package/lib/module/helpers/index.js.map +1 -1
- package/lib/module/index.js +1 -1
- package/lib/module/index.js.map +1 -1
- package/lib/module/services/GamesConstants.js +1 -1
- package/lib/module/services/GamesConstants.js.map +1 -1
- package/lib/module/services/GamesService.js +1 -1
- package/lib/module/services/GamesService.js.map +1 -1
- package/lib/module/services/HapticsService.js +1 -1
- package/lib/module/services/HapticsService.js.map +1 -1
- package/lib/module/services/ScoringService.js +1 -1
- package/lib/module/services/ScoringService.js.map +1 -1
- package/lib/module/services/SoundsService.js +1 -1
- package/lib/module/services/SoundsService.js.map +1 -1
- package/lib/module/services/ThemeUtils.js +1 -0
- package/lib/module/services/ThemeUtils.js.map +1 -0
- package/lib/module/services/UtilsService.js +1 -1
- package/lib/module/services/UtilsService.js.map +1 -1
- package/lib/module/types.d.js +1 -0
- package/lib/module/types.d.js.map +1 -0
- package/lib/typescript/src/games/balloon-blaster/BalloonBlaster.d.ts.map +1 -1
- package/lib/typescript/src/games/balloon-blaster/BalloonBlasterConstants.d.ts +21 -25
- package/lib/typescript/src/games/balloon-blaster/BalloonBlasterConstants.d.ts.map +1 -1
- package/lib/typescript/src/games/balloon-blaster/BalloonBlasterService.d.ts +27 -1
- package/lib/typescript/src/games/balloon-blaster/BalloonBlasterService.d.ts.map +1 -1
- package/lib/typescript/src/games/balloon-blaster/BalloonBlasterStore.d.ts +4 -0
- package/lib/typescript/src/games/balloon-blaster/BalloonBlasterStore.d.ts.map +1 -1
- package/lib/typescript/src/games/balloon-blaster/components/BalloonComponent.d.ts +1 -1
- package/lib/typescript/src/games/balloon-blaster/components/BalloonComponent.d.ts.map +1 -1
- package/lib/typescript/src/games/balloon-blaster/components/GameArea.d.ts +8 -1
- package/lib/typescript/src/games/balloon-blaster/components/GameArea.d.ts.map +1 -1
- package/lib/typescript/src/games/balloon-blaster/components/GameBackground.d.ts.map +1 -1
- package/lib/typescript/src/games/balloon-blaster/components/ScoreBoard.d.ts.map +1 -1
- package/lib/typescript/src/games/bike-racing/BikeRacing.d.ts.map +1 -1
- package/lib/typescript/src/games/bike-racing/BikeRacingConstants.d.ts +28 -61
- package/lib/typescript/src/games/bike-racing/BikeRacingConstants.d.ts.map +1 -1
- package/lib/typescript/src/games/bike-racing/BikeRacingService.d.ts +19 -0
- package/lib/typescript/src/games/bike-racing/BikeRacingService.d.ts.map +1 -1
- package/lib/typescript/src/games/bike-racing/BikeRacingStore.d.ts +1 -13
- package/lib/typescript/src/games/bike-racing/BikeRacingStore.d.ts.map +1 -1
- package/lib/typescript/src/games/bike-racing/components/BikeComponent.d.ts +3 -2
- package/lib/typescript/src/games/bike-racing/components/BikeComponent.d.ts.map +1 -1
- package/lib/typescript/src/games/bike-racing/components/GameBackground.d.ts +1 -2
- package/lib/typescript/src/games/bike-racing/components/GameBackground.d.ts.map +1 -1
- package/lib/typescript/src/games/bike-racing/components/ScoreBoard.d.ts.map +1 -1
- package/lib/typescript/src/games/block-blast/BlockBlast.d.ts.map +1 -1
- package/lib/typescript/src/games/block-blast/BlockBlastConstants.d.ts +30 -67
- package/lib/typescript/src/games/block-blast/BlockBlastConstants.d.ts.map +1 -1
- package/lib/typescript/src/games/block-blast/BlockBlastService.d.ts.map +1 -1
- package/lib/typescript/src/games/block-blast/BlockBlastStore.d.ts.map +1 -1
- package/lib/typescript/src/games/block-blast/components/BlastAnimation.d.ts.map +1 -1
- package/lib/typescript/src/games/block-blast/components/BlockPieceComponent.d.ts +1 -1
- package/lib/typescript/src/games/block-blast/components/BlockPieceComponent.d.ts.map +1 -1
- package/lib/typescript/src/games/block-blast/components/GameArea.d.ts.map +1 -1
- package/lib/typescript/src/games/block-blast/components/GameBackground.d.ts +1 -1
- package/lib/typescript/src/games/block-blast/components/GameBackground.d.ts.map +1 -1
- package/lib/typescript/src/games/block-blast/components/GridComponent.d.ts +2 -4
- package/lib/typescript/src/games/block-blast/components/GridComponent.d.ts.map +1 -1
- package/lib/typescript/src/games/block-blast/components/ScoreBoard.d.ts.map +1 -1
- package/lib/typescript/src/games/bubble-shooter/BubbleShooter.d.ts +1 -1
- package/lib/typescript/src/games/bubble-shooter/BubbleShooter.d.ts.map +1 -1
- package/lib/typescript/src/games/bubble-shooter/BubbleShooterConstants.d.ts +22 -51
- package/lib/typescript/src/games/bubble-shooter/BubbleShooterConstants.d.ts.map +1 -1
- package/lib/typescript/src/games/bubble-shooter/BubbleShooterService.d.ts +5 -4
- package/lib/typescript/src/games/bubble-shooter/BubbleShooterService.d.ts.map +1 -1
- package/lib/typescript/src/games/bubble-shooter/BubbleShooterStore.d.ts.map +1 -1
- package/lib/typescript/src/games/bubble-shooter/components/GameArea.d.ts +1 -1
- package/lib/typescript/src/games/bubble-shooter/components/GameArea.d.ts.map +1 -1
- package/lib/typescript/src/games/bubble-shooter/components/GameBackground.d.ts.map +1 -1
- package/lib/typescript/src/games/bubble-shooter/components/ScoreBoard.d.ts.map +1 -1
- package/lib/typescript/src/games/candy-crush/CandyCrush.d.ts.map +1 -1
- package/lib/typescript/src/games/candy-crush/CandyCrushConstants.d.ts +22 -50
- package/lib/typescript/src/games/candy-crush/CandyCrushConstants.d.ts.map +1 -1
- package/lib/typescript/src/games/candy-crush/CandyCrushService.d.ts +1 -1
- package/lib/typescript/src/games/candy-crush/CandyCrushService.d.ts.map +1 -1
- package/lib/typescript/src/games/candy-crush/CandyCrushStore.d.ts +1 -2
- package/lib/typescript/src/games/candy-crush/CandyCrushStore.d.ts.map +1 -1
- package/lib/typescript/src/games/candy-crush/components/BlastAnimation.d.ts.map +1 -1
- package/lib/typescript/src/games/candy-crush/components/CandyItem.d.ts +2 -1
- package/lib/typescript/src/games/candy-crush/components/CandyItem.d.ts.map +1 -1
- package/lib/typescript/src/games/candy-crush/components/GameBackground.d.ts.map +1 -1
- package/lib/typescript/src/games/candy-crush/components/GameGrid.d.ts +1 -1
- package/lib/typescript/src/games/candy-crush/components/GameGrid.d.ts.map +1 -1
- package/lib/typescript/src/games/candy-crush/components/ScoreBoard.d.ts.map +1 -1
- package/lib/typescript/src/games/car-racing/CarRacing.d.ts.map +1 -1
- package/lib/typescript/src/games/car-racing/CarRacingConstants.d.ts +28 -61
- package/lib/typescript/src/games/car-racing/CarRacingConstants.d.ts.map +1 -1
- package/lib/typescript/src/games/car-racing/CarRacingService.d.ts +19 -0
- package/lib/typescript/src/games/car-racing/CarRacingService.d.ts.map +1 -1
- package/lib/typescript/src/games/car-racing/CarRacingStore.d.ts +1 -13
- package/lib/typescript/src/games/car-racing/CarRacingStore.d.ts.map +1 -1
- package/lib/typescript/src/games/car-racing/components/CarComponent.d.ts +2 -1
- package/lib/typescript/src/games/car-racing/components/CarComponent.d.ts.map +1 -1
- package/lib/typescript/src/games/car-racing/components/GameBackground.d.ts +1 -2
- package/lib/typescript/src/games/car-racing/components/GameBackground.d.ts.map +1 -1
- package/lib/typescript/src/games/car-racing/components/ScoreBoard.d.ts.map +1 -1
- package/lib/typescript/src/games/colors-sort/ColorsSort.d.ts.map +1 -1
- package/lib/typescript/src/games/colors-sort/ColorsSortConstants.d.ts +19 -24
- package/lib/typescript/src/games/colors-sort/ColorsSortConstants.d.ts.map +1 -1
- package/lib/typescript/src/games/colors-sort/ColorsSortService.d.ts +4 -8
- package/lib/typescript/src/games/colors-sort/ColorsSortService.d.ts.map +1 -1
- package/lib/typescript/src/games/colors-sort/ColorsSortStore.d.ts +1 -2
- package/lib/typescript/src/games/colors-sort/ColorsSortStore.d.ts.map +1 -1
- package/lib/typescript/src/games/colors-sort/components/ColorContainer.d.ts +1 -2
- package/lib/typescript/src/games/colors-sort/components/ColorContainer.d.ts.map +1 -1
- package/lib/typescript/src/games/colors-sort/components/GameBackground.d.ts.map +1 -1
- package/lib/typescript/src/games/colors-sort/components/ScoreBoard.d.ts +1 -1
- package/lib/typescript/src/games/colors-sort/components/ScoreBoard.d.ts.map +1 -1
- package/lib/typescript/src/games/connect-em-all/ConnectEmAll.d.ts +4 -0
- package/lib/typescript/src/games/connect-em-all/ConnectEmAll.d.ts.map +1 -0
- package/lib/typescript/src/games/connect-em-all/ConnectEmAllConstants.d.ts +26 -0
- package/lib/typescript/src/games/connect-em-all/ConnectEmAllConstants.d.ts.map +1 -0
- package/lib/typescript/src/games/connect-em-all/ConnectEmAllService.d.ts +20 -0
- package/lib/typescript/src/games/connect-em-all/ConnectEmAllService.d.ts.map +1 -0
- package/lib/typescript/src/games/connect-em-all/ConnectEmAllStore.d.ts +41 -0
- package/lib/typescript/src/games/connect-em-all/ConnectEmAllStore.d.ts.map +1 -0
- package/lib/typescript/src/games/connect-em-all/components/GameBackground.d.ts +8 -0
- package/lib/typescript/src/games/connect-em-all/components/GameBackground.d.ts.map +1 -0
- package/lib/typescript/src/games/connect-em-all/components/GameBoard.d.ts +8 -0
- package/lib/typescript/src/games/connect-em-all/components/GameBoard.d.ts.map +1 -0
- package/lib/typescript/src/games/connect-em-all/components/ScoreBoard.d.ts.map +1 -0
- package/lib/typescript/src/games/dino-jump/DinoJump.d.ts.map +1 -1
- package/lib/typescript/src/games/dino-jump/DinoJumpConstants.d.ts +20 -34
- package/lib/typescript/src/games/dino-jump/DinoJumpConstants.d.ts.map +1 -1
- package/lib/typescript/src/games/dino-jump/DinoJumpService.d.ts +6 -6
- package/lib/typescript/src/games/dino-jump/DinoJumpService.d.ts.map +1 -1
- package/lib/typescript/src/games/dino-jump/DinoJumpStore.d.ts +27 -35
- package/lib/typescript/src/games/dino-jump/DinoJumpStore.d.ts.map +1 -1
- package/lib/typescript/src/games/dino-jump/components/DinoSprite.d.ts.map +1 -1
- package/lib/typescript/src/games/dino-jump/components/GameArea.d.ts +1 -1
- package/lib/typescript/src/games/dino-jump/components/GameArea.d.ts.map +1 -1
- package/lib/typescript/src/games/dino-jump/components/GameBackground.d.ts.map +1 -1
- package/lib/typescript/src/games/dino-jump/components/ObstacleSprite.d.ts +7 -1
- package/lib/typescript/src/games/dino-jump/components/ObstacleSprite.d.ts.map +1 -1
- package/lib/typescript/src/games/dino-jump/components/ScoreBoard.d.ts.map +1 -1
- package/lib/typescript/src/games/dino-jump/components/StarSprite.d.ts.map +1 -1
- package/lib/typescript/src/games/dots-and-boxes/DotsAndBoxes.d.ts +4 -0
- package/lib/typescript/src/games/dots-and-boxes/DotsAndBoxes.d.ts.map +1 -0
- package/lib/typescript/src/games/dots-and-boxes/DotsAndBoxesConstants.d.ts +31 -0
- package/lib/typescript/src/games/dots-and-boxes/DotsAndBoxesConstants.d.ts.map +1 -0
- package/lib/typescript/src/games/dots-and-boxes/DotsAndBoxesService.d.ts +41 -0
- package/lib/typescript/src/games/dots-and-boxes/DotsAndBoxesService.d.ts.map +1 -0
- package/lib/typescript/src/games/dots-and-boxes/DotsAndBoxesStore.d.ts +30 -0
- package/lib/typescript/src/games/dots-and-boxes/DotsAndBoxesStore.d.ts.map +1 -0
- package/lib/typescript/src/games/dots-and-boxes/components/GameBackground.d.ts +8 -0
- package/lib/typescript/src/games/dots-and-boxes/components/GameBackground.d.ts.map +1 -0
- package/lib/typescript/src/games/dots-and-boxes/components/GameBoard.d.ts +8 -0
- package/lib/typescript/src/games/dots-and-boxes/components/GameBoard.d.ts.map +1 -0
- package/lib/typescript/src/games/dots-and-boxes/components/ScoreBoard.d.ts +7 -0
- package/lib/typescript/src/games/dots-and-boxes/components/ScoreBoard.d.ts.map +1 -0
- package/lib/typescript/src/games/flappy-bird/FlappyBird.d.ts.map +1 -1
- package/lib/typescript/src/games/flappy-bird/FlappyBirdConstants.d.ts +17 -58
- package/lib/typescript/src/games/flappy-bird/FlappyBirdConstants.d.ts.map +1 -1
- package/lib/typescript/src/games/flappy-bird/FlappyBirdStore.d.ts +16 -4
- package/lib/typescript/src/games/flappy-bird/FlappyBirdStore.d.ts.map +1 -1
- package/lib/typescript/src/games/flappy-bird/components/Bird.d.ts +1 -6
- package/lib/typescript/src/games/flappy-bird/components/Bird.d.ts.map +1 -1
- package/lib/typescript/src/games/flappy-bird/components/GameArea.d.ts +1 -1
- package/lib/typescript/src/games/flappy-bird/components/GameArea.d.ts.map +1 -1
- package/lib/typescript/src/games/flappy-bird/components/GameBackground.d.ts.map +1 -1
- package/lib/typescript/src/games/flappy-bird/components/Pipes.d.ts.map +1 -1
- package/lib/typescript/src/games/flappy-bird/components/ScoreBoard.d.ts.map +1 -1
- package/lib/typescript/src/games/fruit-merger/FruitMerger.d.ts.map +1 -1
- package/lib/typescript/src/games/fruit-merger/FruitMergerConstants.d.ts +23 -32
- package/lib/typescript/src/games/fruit-merger/FruitMergerConstants.d.ts.map +1 -1
- package/lib/typescript/src/games/fruit-merger/FruitMergerService.d.ts +0 -1
- package/lib/typescript/src/games/fruit-merger/FruitMergerService.d.ts.map +1 -1
- package/lib/typescript/src/games/fruit-merger/FruitMergerStore.d.ts +12 -0
- package/lib/typescript/src/games/fruit-merger/FruitMergerStore.d.ts.map +1 -1
- package/lib/typescript/src/games/fruit-merger/components/FruitItem.d.ts +1 -1
- package/lib/typescript/src/games/fruit-merger/components/FruitItem.d.ts.map +1 -1
- package/lib/typescript/src/games/fruit-merger/components/GameArea.d.ts +3 -2
- package/lib/typescript/src/games/fruit-merger/components/GameArea.d.ts.map +1 -1
- package/lib/typescript/src/games/fruit-merger/components/GameBackground.d.ts.map +1 -1
- package/lib/typescript/src/games/fruit-merger/components/ScoreBoard.d.ts.map +1 -1
- package/lib/typescript/src/games/fruit-ninja/FruitNinja.d.ts.map +1 -1
- package/lib/typescript/src/games/fruit-ninja/FruitNinjaConstants.d.ts +34 -26
- package/lib/typescript/src/games/fruit-ninja/FruitNinjaConstants.d.ts.map +1 -1
- package/lib/typescript/src/games/fruit-ninja/FruitNinjaService.d.ts +23 -5
- package/lib/typescript/src/games/fruit-ninja/FruitNinjaService.d.ts.map +1 -1
- package/lib/typescript/src/games/fruit-ninja/FruitNinjaStore.d.ts.map +1 -1
- package/lib/typescript/src/games/fruit-ninja/components/FruitComponent.d.ts +3 -3
- package/lib/typescript/src/games/fruit-ninja/components/FruitComponent.d.ts.map +1 -1
- package/lib/typescript/src/games/fruit-ninja/components/GameArea.d.ts +6 -1
- package/lib/typescript/src/games/fruit-ninja/components/GameArea.d.ts.map +1 -1
- package/lib/typescript/src/games/fruit-ninja/components/GameBackground.d.ts.map +1 -1
- package/lib/typescript/src/games/fruit-ninja/components/ScoreBoard.d.ts.map +1 -1
- package/lib/typescript/src/games/game-2048/Game2048.d.ts.map +1 -1
- package/lib/typescript/src/games/game-2048/Game2048Constants.d.ts +16 -35
- package/lib/typescript/src/games/game-2048/Game2048Constants.d.ts.map +1 -1
- package/lib/typescript/src/games/game-2048/Game2048Service.d.ts +3 -10
- package/lib/typescript/src/games/game-2048/Game2048Service.d.ts.map +1 -1
- package/lib/typescript/src/games/game-2048/Game2048Store.d.ts +3 -8
- package/lib/typescript/src/games/game-2048/Game2048Store.d.ts.map +1 -1
- package/lib/typescript/src/games/game-2048/components/GameBackground.d.ts.map +1 -1
- package/lib/typescript/src/games/game-2048/components/GameGrid.d.ts +0 -1
- package/lib/typescript/src/games/game-2048/components/GameGrid.d.ts.map +1 -1
- package/lib/typescript/src/games/game-2048/components/GameTile.d.ts.map +1 -1
- package/lib/typescript/src/games/game-2048/components/ScoreBoard.d.ts.map +1 -1
- package/lib/typescript/src/games/ludo-king/LudoKing.d.ts +4 -0
- package/lib/typescript/src/games/ludo-king/LudoKing.d.ts.map +1 -0
- package/lib/typescript/src/games/ludo-king/LudoKingConstants.d.ts +49 -0
- package/lib/typescript/src/games/ludo-king/LudoKingConstants.d.ts.map +1 -0
- package/lib/typescript/src/games/ludo-king/LudoKingService.d.ts +34 -0
- package/lib/typescript/src/games/ludo-king/LudoKingService.d.ts.map +1 -0
- package/lib/typescript/src/games/ludo-king/LudoKingStore.d.ts +35 -0
- package/lib/typescript/src/games/ludo-king/LudoKingStore.d.ts.map +1 -0
- package/lib/typescript/src/games/ludo-king/components/Dice.d.ts +8 -0
- package/lib/typescript/src/games/ludo-king/components/Dice.d.ts.map +1 -0
- package/lib/typescript/src/games/ludo-king/components/GameBackground.d.ts +8 -0
- package/lib/typescript/src/games/ludo-king/components/GameBackground.d.ts.map +1 -0
- package/lib/typescript/src/games/ludo-king/components/GameBoard.d.ts +8 -0
- package/lib/typescript/src/games/ludo-king/components/GameBoard.d.ts.map +1 -0
- package/lib/typescript/src/games/ludo-king/components/ScoreBoard.d.ts +7 -0
- package/lib/typescript/src/games/ludo-king/components/ScoreBoard.d.ts.map +1 -0
- package/lib/typescript/src/games/maze-runner/MazeRunner.d.ts.map +1 -1
- package/lib/typescript/src/games/maze-runner/MazeRunnerConstants.d.ts +20 -37
- package/lib/typescript/src/games/maze-runner/MazeRunnerConstants.d.ts.map +1 -1
- package/lib/typescript/src/games/maze-runner/MazeRunnerStore.d.ts +63 -0
- package/lib/typescript/src/games/maze-runner/MazeRunnerStore.d.ts.map +1 -0
- package/lib/typescript/src/games/maze-runner/components/EnhancedBallComponent.d.ts +1 -1
- package/lib/typescript/src/games/maze-runner/components/EnhancedBallComponent.d.ts.map +1 -1
- package/lib/typescript/src/games/maze-runner/components/EnhancedGameArea.d.ts +24 -2
- package/lib/typescript/src/games/maze-runner/components/EnhancedGameArea.d.ts.map +1 -1
- package/lib/typescript/src/games/maze-runner/components/GameBackground.d.ts.map +1 -1
- package/lib/typescript/src/games/maze-runner/components/ScoreBoard.d.ts +16 -1
- package/lib/typescript/src/games/maze-runner/components/ScoreBoard.d.ts.map +1 -1
- package/lib/typescript/src/games/maze-runner/components/SkiaPipeComponent.d.ts.map +1 -1
- package/lib/typescript/src/games/maze-runner/components/StaticGameBackground.d.ts +1 -1
- package/lib/typescript/src/games/maze-runner/components/StaticGameBackground.d.ts.map +1 -1
- package/lib/typescript/src/games/maze-runner/components/WallComponent.d.ts +1 -1
- package/lib/typescript/src/games/maze-runner/components/WallComponent.d.ts.map +1 -1
- package/lib/typescript/src/games/number-search/NumberSearch.d.ts +4 -0
- package/lib/typescript/src/games/number-search/NumberSearch.d.ts.map +1 -0
- package/lib/typescript/src/games/number-search/NumberSearchConstants.d.ts +66 -0
- package/lib/typescript/src/games/number-search/NumberSearchConstants.d.ts.map +1 -0
- package/lib/typescript/src/games/number-search/NumberSearchService.d.ts +35 -0
- package/lib/typescript/src/games/number-search/NumberSearchService.d.ts.map +1 -0
- package/lib/typescript/src/games/number-search/NumberSearchStore.d.ts +66 -0
- package/lib/typescript/src/games/number-search/NumberSearchStore.d.ts.map +1 -0
- package/lib/typescript/src/games/number-search/components/GameBackground.d.ts +8 -0
- package/lib/typescript/src/games/number-search/components/GameBackground.d.ts.map +1 -0
- package/lib/typescript/src/games/number-search/components/GameBoard.d.ts +8 -0
- package/lib/typescript/src/games/number-search/components/GameBoard.d.ts.map +1 -0
- package/lib/typescript/src/games/number-search/components/NumberList.d.ts +3 -0
- package/lib/typescript/src/games/number-search/components/NumberList.d.ts.map +1 -0
- package/lib/typescript/src/games/number-search/components/ScoreBoard.d.ts +7 -0
- package/lib/typescript/src/games/number-search/components/ScoreBoard.d.ts.map +1 -0
- package/lib/typescript/src/games/nuts-and-bolts/NutsAndBolts.d.ts +4 -0
- package/lib/typescript/src/games/nuts-and-bolts/NutsAndBolts.d.ts.map +1 -0
- package/lib/typescript/src/games/nuts-and-bolts/NutsAndBoltsConstants.d.ts +38 -0
- package/lib/typescript/src/games/nuts-and-bolts/NutsAndBoltsConstants.d.ts.map +1 -0
- package/lib/typescript/src/games/nuts-and-bolts/NutsAndBoltsService.d.ts +68 -0
- package/lib/typescript/src/games/nuts-and-bolts/NutsAndBoltsService.d.ts.map +1 -0
- package/lib/typescript/src/games/nuts-and-bolts/NutsAndBoltsStore.d.ts +45 -0
- package/lib/typescript/src/games/nuts-and-bolts/NutsAndBoltsStore.d.ts.map +1 -0
- package/lib/typescript/src/games/nuts-and-bolts/components/GameBackground.d.ts +7 -0
- package/lib/typescript/src/games/nuts-and-bolts/components/GameBackground.d.ts.map +1 -0
- package/lib/typescript/src/games/nuts-and-bolts/components/GameBoard.d.ts +8 -0
- package/lib/typescript/src/games/nuts-and-bolts/components/GameBoard.d.ts.map +1 -0
- package/lib/typescript/src/games/nuts-and-bolts/components/ScoreBoard.d.ts +7 -0
- package/lib/typescript/src/games/nuts-and-bolts/components/ScoreBoard.d.ts.map +1 -0
- package/lib/typescript/src/games/{snake/Snake.d.ts → pac-man/PacMan.d.ts} +2 -2
- package/lib/typescript/src/games/pac-man/PacMan.d.ts.map +1 -0
- package/lib/typescript/src/games/pac-man/PacManConstants.d.ts +181 -0
- package/lib/typescript/src/games/pac-man/PacManConstants.d.ts.map +1 -0
- package/lib/typescript/src/games/pac-man/PacManService.d.ts +68 -0
- package/lib/typescript/src/games/pac-man/PacManService.d.ts.map +1 -0
- package/lib/typescript/src/games/pac-man/PacManStore.d.ts +71 -0
- package/lib/typescript/src/games/pac-man/PacManStore.d.ts.map +1 -0
- package/lib/typescript/src/games/pac-man/components/GameBackground.d.ts +5 -0
- package/lib/typescript/src/games/pac-man/components/GameBackground.d.ts.map +1 -0
- package/lib/typescript/src/games/pac-man/components/GameCanvas.d.ts +3 -0
- package/lib/typescript/src/games/pac-man/components/GameCanvas.d.ts.map +1 -0
- package/lib/typescript/src/games/pac-man/components/ScoreBoard.d.ts +7 -0
- package/lib/typescript/src/games/pac-man/components/ScoreBoard.d.ts.map +1 -0
- package/lib/typescript/src/games/perfect-circle/PerfectCircle.d.ts +1 -1
- package/lib/typescript/src/games/perfect-circle/PerfectCircle.d.ts.map +1 -1
- package/lib/typescript/src/games/perfect-circle/PerfectCircleConstants.d.ts +14 -33
- package/lib/typescript/src/games/perfect-circle/PerfectCircleConstants.d.ts.map +1 -1
- package/lib/typescript/src/games/perfect-circle/PerfectCircleService.d.ts.map +1 -1
- package/lib/typescript/src/games/perfect-circle/PerfectCircleStore.d.ts.map +1 -1
- package/lib/typescript/src/games/perfect-circle/components/DrawingCanvas.d.ts.map +1 -1
- package/lib/typescript/src/games/perfect-circle/components/GameBackground.d.ts.map +1 -1
- package/lib/typescript/src/games/perfect-circle/components/ScoreBoard.d.ts.map +1 -1
- package/lib/typescript/src/games/popit-fidget/PopitFidget.d.ts.map +1 -1
- package/lib/typescript/src/games/popit-fidget/PopitFidgetConstants.d.ts +18 -16
- package/lib/typescript/src/games/popit-fidget/PopitFidgetConstants.d.ts.map +1 -1
- package/lib/typescript/src/games/popit-fidget/PopitFidgetService.d.ts +1 -1
- package/lib/typescript/src/games/popit-fidget/PopitFidgetService.d.ts.map +1 -1
- package/lib/typescript/src/games/popit-fidget/PopitFidgetStore.d.ts.map +1 -1
- package/lib/typescript/src/games/popit-fidget/components/BubbleComponent.d.ts +2 -2
- package/lib/typescript/src/games/popit-fidget/components/BubbleComponent.d.ts.map +1 -1
- package/lib/typescript/src/games/popit-fidget/components/FidgetGrid.d.ts.map +1 -1
- package/lib/typescript/src/games/popit-fidget/components/GameBackground.d.ts.map +1 -1
- package/lib/typescript/src/games/popit-fidget/components/ScoreBoard.d.ts.map +1 -1
- package/lib/typescript/src/games/sliding-numbers/SlidingNumbers.d.ts.map +1 -1
- package/lib/typescript/src/games/sliding-numbers/SlidingNumbersConstants.d.ts +16 -18
- package/lib/typescript/src/games/sliding-numbers/SlidingNumbersConstants.d.ts.map +1 -1
- package/lib/typescript/src/games/sliding-numbers/SlidingNumbersService.d.ts +7 -7
- package/lib/typescript/src/games/sliding-numbers/SlidingNumbersService.d.ts.map +1 -1
- package/lib/typescript/src/games/sliding-numbers/SlidingNumbersStore.d.ts +3 -5
- package/lib/typescript/src/games/sliding-numbers/SlidingNumbersStore.d.ts.map +1 -1
- package/lib/typescript/src/games/sliding-numbers/components/GameBackground.d.ts +1 -1
- package/lib/typescript/src/games/sliding-numbers/components/GameBackground.d.ts.map +1 -1
- package/lib/typescript/src/games/sliding-numbers/components/NumbersGrid.d.ts +0 -1
- package/lib/typescript/src/games/sliding-numbers/components/NumbersGrid.d.ts.map +1 -1
- package/lib/typescript/src/games/sliding-numbers/components/NumbersTile.d.ts.map +1 -1
- package/lib/typescript/src/games/sliding-numbers/components/ScoreBoard.d.ts.map +1 -1
- package/lib/typescript/src/games/snake-3d/Snake3D.d.ts +4 -0
- package/lib/typescript/src/games/snake-3d/Snake3D.d.ts.map +1 -0
- package/lib/typescript/src/games/{snake/SnakeConstants.d.ts → snake-3d/Snake3DConstants.d.ts} +22 -23
- package/lib/typescript/src/games/snake-3d/Snake3DConstants.d.ts.map +1 -0
- package/lib/typescript/src/games/{snake/SnakeService.d.ts → snake-3d/Snake3DService.d.ts} +4 -4
- package/lib/typescript/src/games/snake-3d/Snake3DService.d.ts.map +1 -0
- package/lib/typescript/src/games/{snake/SnakeStore.d.ts → snake-3d/Snake3DStore.d.ts} +10 -12
- package/lib/typescript/src/games/snake-3d/Snake3DStore.d.ts.map +1 -0
- package/lib/typescript/src/games/snake-3d/components/GameBackground.d.ts.map +1 -0
- package/lib/typescript/src/games/snake-3d/components/GameGrid.d.ts.map +1 -0
- package/lib/typescript/src/games/snake-3d/components/ScoreBoard.d.ts +7 -0
- package/lib/typescript/src/games/snake-3d/components/ScoreBoard.d.ts.map +1 -0
- package/lib/typescript/src/games/space-fighter/SpaceFighter.d.ts.map +1 -1
- package/lib/typescript/src/games/space-fighter/SpaceFighterConstants.d.ts +27 -62
- package/lib/typescript/src/games/space-fighter/SpaceFighterConstants.d.ts.map +1 -1
- package/lib/typescript/src/games/space-fighter/SpaceFighterService.d.ts +9 -2
- package/lib/typescript/src/games/space-fighter/SpaceFighterService.d.ts.map +1 -1
- package/lib/typescript/src/games/space-fighter/SpaceFighterStore.d.ts +4 -0
- package/lib/typescript/src/games/space-fighter/SpaceFighterStore.d.ts.map +1 -1
- package/lib/typescript/src/games/space-fighter/components/AsteroidComponent.d.ts.map +1 -1
- package/lib/typescript/src/games/space-fighter/components/GameArea.d.ts.map +1 -1
- package/lib/typescript/src/games/space-fighter/components/GameBackground.d.ts.map +1 -1
- package/lib/typescript/src/games/space-fighter/components/ScoreBoard.d.ts +1 -1
- package/lib/typescript/src/games/space-fighter/components/ScoreBoard.d.ts.map +1 -1
- package/lib/typescript/src/games/space-fighter/components/Spacecraft3D.d.ts.map +1 -1
- package/lib/typescript/src/games/spider-solitaire/SpiderSolitaire.d.ts +4 -0
- package/lib/typescript/src/games/spider-solitaire/SpiderSolitaire.d.ts.map +1 -0
- package/lib/typescript/src/games/spider-solitaire/SpiderSolitaireConstants.d.ts +49 -0
- package/lib/typescript/src/games/spider-solitaire/SpiderSolitaireConstants.d.ts.map +1 -0
- package/lib/typescript/src/games/spider-solitaire/SpiderSolitaireService.d.ts +24 -0
- package/lib/typescript/src/games/spider-solitaire/SpiderSolitaireService.d.ts.map +1 -0
- package/lib/typescript/src/games/spider-solitaire/SpiderSolitaireStore.d.ts +72 -0
- package/lib/typescript/src/games/spider-solitaire/SpiderSolitaireStore.d.ts.map +1 -0
- package/lib/typescript/src/games/spider-solitaire/components/Card.d.ts +11 -0
- package/lib/typescript/src/games/spider-solitaire/components/Card.d.ts.map +1 -0
- package/lib/typescript/src/games/spider-solitaire/components/CardPile.d.ts +13 -0
- package/lib/typescript/src/games/spider-solitaire/components/CardPile.d.ts.map +1 -0
- package/lib/typescript/src/games/spider-solitaire/components/GameBackground.d.ts +7 -0
- package/lib/typescript/src/games/spider-solitaire/components/GameBackground.d.ts.map +1 -0
- package/lib/typescript/src/games/spider-solitaire/components/ScoreBoard.d.ts +7 -0
- package/lib/typescript/src/games/spider-solitaire/components/ScoreBoard.d.ts.map +1 -0
- package/lib/typescript/src/games/tank-1990/Tank1990.d.ts +4 -0
- package/lib/typescript/src/games/tank-1990/Tank1990.d.ts.map +1 -0
- package/lib/typescript/src/games/tank-1990/Tank1990Constants.d.ts +85 -0
- package/lib/typescript/src/games/tank-1990/Tank1990Constants.d.ts.map +1 -0
- package/lib/typescript/src/games/tank-1990/Tank1990Service.d.ts +81 -0
- package/lib/typescript/src/games/tank-1990/Tank1990Service.d.ts.map +1 -0
- package/lib/typescript/src/games/tank-1990/Tank1990Store.d.ts +47 -0
- package/lib/typescript/src/games/tank-1990/Tank1990Store.d.ts.map +1 -0
- package/lib/typescript/src/games/tank-1990/components/Controls.d.ts +3 -0
- package/lib/typescript/src/games/tank-1990/components/Controls.d.ts.map +1 -0
- package/lib/typescript/src/games/tank-1990/components/GameBackground.d.ts +7 -0
- package/lib/typescript/src/games/tank-1990/components/GameBackground.d.ts.map +1 -0
- package/lib/typescript/src/games/tank-1990/components/GameBoard.d.ts +3 -0
- package/lib/typescript/src/games/tank-1990/components/GameBoard.d.ts.map +1 -0
- package/lib/typescript/src/games/tank-1990/components/ScoreBoard.d.ts +7 -0
- package/lib/typescript/src/games/tank-1990/components/ScoreBoard.d.ts.map +1 -0
- package/lib/typescript/src/games/tic-tac-toe/TicTacToe.d.ts +4 -0
- package/lib/typescript/src/games/tic-tac-toe/TicTacToe.d.ts.map +1 -0
- package/lib/typescript/src/games/tic-tac-toe/TicTacToeConstants.d.ts +42 -0
- package/lib/typescript/src/games/tic-tac-toe/TicTacToeConstants.d.ts.map +1 -0
- package/lib/typescript/src/games/tic-tac-toe/TicTacToeService.d.ts +1 -0
- package/lib/typescript/src/games/tic-tac-toe/TicTacToeService.d.ts.map +1 -0
- package/lib/typescript/src/games/tic-tac-toe/TicTacToeStore.d.ts +56 -0
- package/lib/typescript/src/games/tic-tac-toe/TicTacToeStore.d.ts.map +1 -0
- package/lib/typescript/src/games/tic-tac-toe/components/GameBackground.d.ts +7 -0
- package/lib/typescript/src/games/tic-tac-toe/components/GameBackground.d.ts.map +1 -0
- package/lib/typescript/src/games/tic-tac-toe/components/GameBoard.d.ts +12 -0
- package/lib/typescript/src/games/tic-tac-toe/components/GameBoard.d.ts.map +1 -0
- package/lib/typescript/src/games/tic-tac-toe/components/ScoreBoard.d.ts +7 -0
- package/lib/typescript/src/games/tic-tac-toe/components/ScoreBoard.d.ts.map +1 -0
- package/lib/typescript/src/games/tile-home/TileHome.d.ts +4 -0
- package/lib/typescript/src/games/tile-home/TileHome.d.ts.map +1 -0
- package/lib/typescript/src/games/tile-home/TileHomeConstants.d.ts +76 -0
- package/lib/typescript/src/games/tile-home/TileHomeConstants.d.ts.map +1 -0
- package/lib/typescript/src/games/tile-home/TileHomeService.d.ts +2 -0
- package/lib/typescript/src/games/tile-home/TileHomeService.d.ts.map +1 -0
- package/lib/typescript/src/games/tile-home/TileHomeStore.d.ts +52 -0
- package/lib/typescript/src/games/tile-home/TileHomeStore.d.ts.map +1 -0
- package/lib/typescript/src/games/tile-home/components/AnimatingTile.d.ts +10 -0
- package/lib/typescript/src/games/tile-home/components/AnimatingTile.d.ts.map +1 -0
- package/lib/typescript/src/games/tile-home/components/FlyingTile.d.ts +17 -0
- package/lib/typescript/src/games/tile-home/components/FlyingTile.d.ts.map +1 -0
- package/lib/typescript/src/games/tile-home/components/GameBackground.d.ts +8 -0
- package/lib/typescript/src/games/tile-home/components/GameBackground.d.ts.map +1 -0
- package/lib/typescript/src/games/tile-home/components/GameBoard.d.ts +8 -0
- package/lib/typescript/src/games/tile-home/components/GameBoard.d.ts.map +1 -0
- package/lib/typescript/src/games/tile-home/components/ScoreBoard.d.ts +7 -0
- package/lib/typescript/src/games/tile-home/components/ScoreBoard.d.ts.map +1 -0
- package/lib/typescript/src/games/tile-home/components/TileItem.d.ts +12 -0
- package/lib/typescript/src/games/tile-home/components/TileItem.d.ts.map +1 -0
- package/lib/typescript/src/games/tile-home/components/TileSlot.d.ts +8 -0
- package/lib/typescript/src/games/tile-home/components/TileSlot.d.ts.map +1 -0
- package/lib/typescript/src/games/whack-a-mole/WhackAMole.d.ts.map +1 -1
- package/lib/typescript/src/games/whack-a-mole/WhackAMoleConstants.d.ts +20 -46
- package/lib/typescript/src/games/whack-a-mole/WhackAMoleConstants.d.ts.map +1 -1
- package/lib/typescript/src/games/whack-a-mole/WhackAMoleStore.d.ts +2 -4
- package/lib/typescript/src/games/whack-a-mole/WhackAMoleStore.d.ts.map +1 -1
- package/lib/typescript/src/games/whack-a-mole/components/GameBackground.d.ts.map +1 -1
- package/lib/typescript/src/games/whack-a-mole/components/GameGrid.d.ts +1 -1
- package/lib/typescript/src/games/whack-a-mole/components/GameGrid.d.ts.map +1 -1
- package/lib/typescript/src/games/whack-a-mole/components/GameHole.d.ts +1 -1
- package/lib/typescript/src/games/whack-a-mole/components/GameHole.d.ts.map +1 -1
- package/lib/typescript/src/games/whack-a-mole/components/ScoreBoard.d.ts.map +1 -1
- package/lib/typescript/src/games/word-search/WordSearch.d.ts +4 -0
- package/lib/typescript/src/games/word-search/WordSearch.d.ts.map +1 -0
- package/lib/typescript/src/games/word-search/WordSearchConstants.d.ts +66 -0
- package/lib/typescript/src/games/word-search/WordSearchConstants.d.ts.map +1 -0
- package/lib/typescript/src/games/word-search/WordSearchService.d.ts +35 -0
- package/lib/typescript/src/games/word-search/WordSearchService.d.ts.map +1 -0
- package/lib/typescript/src/games/word-search/WordSearchStore.d.ts +66 -0
- package/lib/typescript/src/games/word-search/WordSearchStore.d.ts.map +1 -0
- package/lib/typescript/src/games/word-search/components/GameBackground.d.ts +8 -0
- package/lib/typescript/src/games/word-search/components/GameBackground.d.ts.map +1 -0
- package/lib/typescript/src/games/word-search/components/GameBoard.d.ts +8 -0
- package/lib/typescript/src/games/word-search/components/GameBoard.d.ts.map +1 -0
- package/lib/typescript/src/games/word-search/components/ScoreBoard.d.ts +7 -0
- package/lib/typescript/src/games/word-search/components/ScoreBoard.d.ts.map +1 -0
- package/lib/typescript/src/games/word-search/components/WordList.d.ts +3 -0
- package/lib/typescript/src/games/word-search/components/WordList.d.ts.map +1 -0
- package/lib/typescript/src/helpers/AnimationFrame.d.ts.map +1 -1
- package/lib/typescript/src/helpers/AnimationTracker.d.ts.map +1 -1
- package/lib/typescript/src/helpers/ErrorHandler.d.ts.map +1 -1
- package/lib/typescript/src/helpers/GameControlButton.d.ts.map +1 -1
- package/lib/typescript/src/helpers/GameOverModal.d.ts.map +1 -1
- package/lib/typescript/src/helpers/GameSettingsModal.d.ts.map +1 -1
- package/lib/typescript/src/helpers/ParticleBlast.d.ts.map +1 -1
- package/lib/typescript/src/helpers/ScoreBoardContainer.d.ts.map +1 -1
- package/lib/typescript/src/helpers/assets/apple-fruit.d.ts +5 -0
- package/lib/typescript/src/helpers/assets/apple-fruit.d.ts.map +1 -0
- package/lib/typescript/src/helpers/assets/avocado-item.d.ts +5 -0
- package/lib/typescript/src/helpers/assets/avocado-item.d.ts.map +1 -0
- package/lib/typescript/src/helpers/assets/banana-fruit.d.ts +5 -0
- package/lib/typescript/src/helpers/assets/banana-fruit.d.ts.map +1 -0
- package/lib/typescript/src/helpers/assets/bomb-item.d.ts +5 -0
- package/lib/typescript/src/helpers/assets/bomb-item.d.ts.map +1 -0
- package/lib/typescript/src/helpers/assets/broccoli-item.d.ts +5 -0
- package/lib/typescript/src/helpers/assets/broccoli-item.d.ts.map +1 -0
- package/lib/typescript/src/helpers/assets/cherries-fruit.d.ts +5 -0
- package/lib/typescript/src/helpers/assets/cherries-fruit.d.ts.map +1 -0
- package/lib/typescript/src/helpers/assets/donut-item.d.ts +5 -0
- package/lib/typescript/src/helpers/assets/donut-item.d.ts.map +1 -0
- package/lib/typescript/src/helpers/assets/dragonfruit-item.d.ts +5 -0
- package/lib/typescript/src/helpers/assets/dragonfruit-item.d.ts.map +1 -0
- package/lib/typescript/src/helpers/assets/fries-item.d.ts +5 -0
- package/lib/typescript/src/helpers/assets/fries-item.d.ts.map +1 -0
- package/lib/typescript/src/helpers/{AbstractFruits.d.ts → assets/fruit-helpers.d.ts} +6 -59
- package/lib/typescript/src/helpers/assets/fruit-helpers.d.ts.map +1 -0
- package/lib/typescript/src/helpers/assets/grapes-fruit.d.ts +5 -0
- package/lib/typescript/src/helpers/assets/grapes-fruit.d.ts.map +1 -0
- package/lib/typescript/src/helpers/assets/icecream-item.d.ts +5 -0
- package/lib/typescript/src/helpers/assets/icecream-item.d.ts.map +1 -0
- package/lib/typescript/src/helpers/assets/index.d.ts +32 -0
- package/lib/typescript/src/helpers/assets/index.d.ts.map +1 -0
- package/lib/typescript/src/helpers/assets/kiwi-fruit.d.ts +5 -0
- package/lib/typescript/src/helpers/assets/kiwi-fruit.d.ts.map +1 -0
- package/lib/typescript/src/helpers/assets/mango-fruit.d.ts +5 -0
- package/lib/typescript/src/helpers/assets/mango-fruit.d.ts.map +1 -0
- package/lib/typescript/src/helpers/assets/orange-fruit.d.ts +5 -0
- package/lib/typescript/src/helpers/assets/orange-fruit.d.ts.map +1 -0
- package/lib/typescript/src/helpers/assets/papaya-fruit.d.ts +5 -0
- package/lib/typescript/src/helpers/assets/papaya-fruit.d.ts.map +1 -0
- package/lib/typescript/src/helpers/assets/papaya-full-fruit.d.ts +5 -0
- package/lib/typescript/src/helpers/assets/papaya-full-fruit.d.ts.map +1 -0
- package/lib/typescript/src/helpers/assets/peach-fruit.d.ts +5 -0
- package/lib/typescript/src/helpers/assets/peach-fruit.d.ts.map +1 -0
- package/lib/typescript/src/helpers/assets/pineapple-fruit.d.ts +5 -0
- package/lib/typescript/src/helpers/assets/pineapple-fruit.d.ts.map +1 -0
- package/lib/typescript/src/helpers/assets/pomegranate-fruit.d.ts +5 -0
- package/lib/typescript/src/helpers/assets/pomegranate-fruit.d.ts.map +1 -0
- package/lib/typescript/src/helpers/assets/pumpkin-fruit.d.ts +5 -0
- package/lib/typescript/src/helpers/assets/pumpkin-fruit.d.ts.map +1 -0
- package/lib/typescript/src/helpers/assets/raspberry-item.d.ts +5 -0
- package/lib/typescript/src/helpers/assets/raspberry-item.d.ts.map +1 -0
- package/lib/typescript/src/helpers/assets/star-item.d.ts +5 -0
- package/lib/typescript/src/helpers/assets/star-item.d.ts.map +1 -0
- package/lib/typescript/src/helpers/assets/strawberry-fruit.d.ts +5 -0
- package/lib/typescript/src/helpers/assets/strawberry-fruit.d.ts.map +1 -0
- package/lib/typescript/src/helpers/assets/watermelon-fruit.d.ts +5 -0
- package/lib/typescript/src/helpers/assets/watermelon-fruit.d.ts.map +1 -0
- package/lib/typescript/src/helpers/index.d.ts +1 -1
- package/lib/typescript/src/helpers/index.d.ts.map +1 -1
- package/lib/typescript/src/index.d.ts +25 -14
- package/lib/typescript/src/index.d.ts.map +1 -1
- package/lib/typescript/src/services/GamesConstants.d.ts +19 -264
- package/lib/typescript/src/services/GamesConstants.d.ts.map +1 -1
- package/lib/typescript/src/services/GamesService.d.ts.map +1 -1
- package/lib/typescript/src/services/SoundsService.d.ts +74 -0
- package/lib/typescript/src/services/SoundsService.d.ts.map +1 -1
- package/lib/typescript/src/services/ThemeUtils.d.ts +5 -0
- package/lib/typescript/src/services/ThemeUtils.d.ts.map +1 -0
- package/lib/typescript/src/services/UtilsService.d.ts +21 -3
- package/lib/typescript/src/services/UtilsService.d.ts.map +1 -1
- package/package.json +55 -46
- package/lib/module/games/balloon-blaster/components/index.js +0 -1
- package/lib/module/games/balloon-blaster/components/index.js.map +0 -1
- package/lib/module/games/bike-racing/components/index.js +0 -1
- package/lib/module/games/bike-racing/components/index.js.map +0 -1
- package/lib/module/games/bike-racing/index.js +0 -1
- package/lib/module/games/bike-racing/index.js.map +0 -1
- package/lib/module/games/block-blast/components/index.js +0 -1
- package/lib/module/games/block-blast/components/index.js.map +0 -1
- package/lib/module/games/block-blast/index.js +0 -1
- package/lib/module/games/block-blast/index.js.map +0 -1
- package/lib/module/games/bubble-shooter/components/index.js +0 -1
- package/lib/module/games/bubble-shooter/components/index.js.map +0 -1
- package/lib/module/games/bubble-shooter/index.js +0 -1
- package/lib/module/games/bubble-shooter/index.js.map +0 -1
- package/lib/module/games/candy-crush/components/index.js +0 -1
- package/lib/module/games/candy-crush/components/index.js.map +0 -1
- package/lib/module/games/candy-crush/index.js +0 -1
- package/lib/module/games/candy-crush/index.js.map +0 -1
- package/lib/module/games/car-racing/components/index.js +0 -1
- package/lib/module/games/car-racing/components/index.js.map +0 -1
- package/lib/module/games/colors-sort/components/index.js +0 -1
- package/lib/module/games/colors-sort/components/index.js.map +0 -1
- package/lib/module/games/dino-jump/components/index.js +0 -1
- package/lib/module/games/dino-jump/components/index.js.map +0 -1
- package/lib/module/games/flappy-bird/components/index.js +0 -1
- package/lib/module/games/flappy-bird/components/index.js.map +0 -1
- package/lib/module/games/fruit-merger/components/index.js +0 -1
- package/lib/module/games/fruit-merger/components/index.js.map +0 -1
- package/lib/module/games/fruit-ninja/components/index.js +0 -1
- package/lib/module/games/fruit-ninja/components/index.js.map +0 -1
- package/lib/module/games/game-2048/components/index.js +0 -1
- package/lib/module/games/game-2048/components/index.js.map +0 -1
- package/lib/module/games/maze-runner/MazeRunnerService.js +0 -1
- package/lib/module/games/maze-runner/MazeRunnerService.js.map +0 -1
- package/lib/module/games/maze-runner/components/index.js +0 -1
- package/lib/module/games/maze-runner/components/index.js.map +0 -1
- package/lib/module/games/perfect-circle/index.js +0 -1
- package/lib/module/games/perfect-circle/index.js.map +0 -1
- package/lib/module/games/popit-fidget/components/index.js +0 -1
- package/lib/module/games/popit-fidget/components/index.js.map +0 -1
- package/lib/module/games/sliding-numbers/components/index.js +0 -1
- package/lib/module/games/sliding-numbers/components/index.js.map +0 -1
- package/lib/module/games/snake/Snake.js +0 -1
- package/lib/module/games/snake/Snake.js.map +0 -1
- package/lib/module/games/snake/SnakeConstants.js +0 -1
- package/lib/module/games/snake/SnakeConstants.js.map +0 -1
- package/lib/module/games/snake/SnakeService.js +0 -1
- package/lib/module/games/snake/SnakeService.js.map +0 -1
- package/lib/module/games/snake/SnakeStore.js +0 -1
- package/lib/module/games/snake/SnakeStore.js.map +0 -1
- package/lib/module/games/snake/components/GameBackground.js +0 -1
- package/lib/module/games/snake/components/GameBackground.js.map +0 -1
- package/lib/module/games/snake/components/GameGrid.js +0 -1
- package/lib/module/games/snake/components/GameGrid.js.map +0 -1
- package/lib/module/games/snake/components/ScoreBoard.js +0 -1
- package/lib/module/games/snake/components/ScoreBoard.js.map +0 -1
- package/lib/module/games/snake/components/index.js +0 -1
- package/lib/module/games/snake/components/index.js.map +0 -1
- package/lib/module/games/snake/index.js +0 -1
- package/lib/module/games/snake/index.js.map +0 -1
- package/lib/module/games/space-fighter/components/index.js +0 -1
- package/lib/module/games/space-fighter/components/index.js.map +0 -1
- package/lib/module/games/whack-a-mole/components/index.js +0 -1
- package/lib/module/games/whack-a-mole/components/index.js.map +0 -1
- package/lib/module/helpers/AbstractFruits.js +0 -1
- package/lib/module/helpers/AbstractFruits.js.map +0 -1
- package/lib/typescript/src/games/balloon-blaster/components/index.d.ts +0 -5
- package/lib/typescript/src/games/balloon-blaster/components/index.d.ts.map +0 -1
- package/lib/typescript/src/games/bike-racing/components/index.d.ts +0 -4
- package/lib/typescript/src/games/bike-racing/components/index.d.ts.map +0 -1
- package/lib/typescript/src/games/bike-racing/index.d.ts +0 -5
- package/lib/typescript/src/games/bike-racing/index.d.ts.map +0 -1
- package/lib/typescript/src/games/block-blast/components/index.d.ts +0 -6
- package/lib/typescript/src/games/block-blast/components/index.d.ts.map +0 -1
- package/lib/typescript/src/games/block-blast/index.d.ts +0 -5
- package/lib/typescript/src/games/block-blast/index.d.ts.map +0 -1
- package/lib/typescript/src/games/bubble-shooter/components/index.d.ts +0 -4
- package/lib/typescript/src/games/bubble-shooter/components/index.d.ts.map +0 -1
- package/lib/typescript/src/games/bubble-shooter/index.d.ts +0 -3
- package/lib/typescript/src/games/bubble-shooter/index.d.ts.map +0 -1
- package/lib/typescript/src/games/candy-crush/components/index.d.ts +0 -6
- package/lib/typescript/src/games/candy-crush/components/index.d.ts.map +0 -1
- package/lib/typescript/src/games/candy-crush/index.d.ts +0 -4
- package/lib/typescript/src/games/candy-crush/index.d.ts.map +0 -1
- package/lib/typescript/src/games/car-racing/components/index.d.ts +0 -4
- package/lib/typescript/src/games/car-racing/components/index.d.ts.map +0 -1
- package/lib/typescript/src/games/colors-sort/components/index.d.ts +0 -4
- package/lib/typescript/src/games/colors-sort/components/index.d.ts.map +0 -1
- package/lib/typescript/src/games/dino-jump/components/index.d.ts +0 -7
- package/lib/typescript/src/games/dino-jump/components/index.d.ts.map +0 -1
- package/lib/typescript/src/games/flappy-bird/components/index.d.ts +0 -6
- package/lib/typescript/src/games/flappy-bird/components/index.d.ts.map +0 -1
- package/lib/typescript/src/games/fruit-merger/components/index.d.ts +0 -5
- package/lib/typescript/src/games/fruit-merger/components/index.d.ts.map +0 -1
- package/lib/typescript/src/games/fruit-ninja/components/index.d.ts +0 -5
- package/lib/typescript/src/games/fruit-ninja/components/index.d.ts.map +0 -1
- package/lib/typescript/src/games/game-2048/components/index.d.ts +0 -5
- package/lib/typescript/src/games/game-2048/components/index.d.ts.map +0 -1
- package/lib/typescript/src/games/maze-runner/MazeRunnerService.d.ts +0 -85
- package/lib/typescript/src/games/maze-runner/MazeRunnerService.d.ts.map +0 -1
- package/lib/typescript/src/games/maze-runner/components/index.d.ts +0 -6
- package/lib/typescript/src/games/maze-runner/components/index.d.ts.map +0 -1
- package/lib/typescript/src/games/perfect-circle/index.d.ts +0 -3
- package/lib/typescript/src/games/perfect-circle/index.d.ts.map +0 -1
- package/lib/typescript/src/games/popit-fidget/components/index.d.ts +0 -5
- package/lib/typescript/src/games/popit-fidget/components/index.d.ts.map +0 -1
- package/lib/typescript/src/games/sliding-numbers/components/index.d.ts +0 -5
- package/lib/typescript/src/games/sliding-numbers/components/index.d.ts.map +0 -1
- package/lib/typescript/src/games/snake/Snake.d.ts.map +0 -1
- package/lib/typescript/src/games/snake/SnakeConstants.d.ts.map +0 -1
- package/lib/typescript/src/games/snake/SnakeService.d.ts.map +0 -1
- package/lib/typescript/src/games/snake/SnakeStore.d.ts.map +0 -1
- package/lib/typescript/src/games/snake/components/GameBackground.d.ts.map +0 -1
- package/lib/typescript/src/games/snake/components/GameGrid.d.ts.map +0 -1
- package/lib/typescript/src/games/snake/components/ScoreBoard.d.ts.map +0 -1
- package/lib/typescript/src/games/snake/components/index.d.ts +0 -4
- package/lib/typescript/src/games/snake/components/index.d.ts.map +0 -1
- package/lib/typescript/src/games/snake/index.d.ts +0 -4
- package/lib/typescript/src/games/snake/index.d.ts.map +0 -1
- package/lib/typescript/src/games/space-fighter/components/index.d.ts +0 -7
- package/lib/typescript/src/games/space-fighter/components/index.d.ts.map +0 -1
- package/lib/typescript/src/games/whack-a-mole/components/index.d.ts +0 -6
- package/lib/typescript/src/games/whack-a-mole/components/index.d.ts.map +0 -1
- package/lib/typescript/src/helpers/AbstractFruits.d.ts.map +0 -1
- /package/lib/typescript/src/games/{snake → connect-em-all}/components/ScoreBoard.d.ts +0 -0
- /package/lib/typescript/src/games/{snake → snake-3d}/components/GameBackground.d.ts +0 -0
- /package/lib/typescript/src/games/{snake → snake-3d}/components/GameGrid.d.ts +0 -0
|
@@ -1,67 +1,38 @@
|
|
|
1
|
-
|
|
2
|
-
export
|
|
3
|
-
difficulty: 'easy' | 'medium' | 'hard';
|
|
4
|
-
soundEnabled: boolean;
|
|
5
|
-
hapticEnabled: boolean;
|
|
6
|
-
rowCount: number;
|
|
7
|
-
colorCount: number;
|
|
8
|
-
}
|
|
9
|
-
export declare const BUBBLE_SHOOTER_DIFFICULTY_CONFIG: {
|
|
10
|
-
readonly easy: {
|
|
11
|
-
readonly rowCount: 4;
|
|
12
|
-
readonly colorCount: 4;
|
|
13
|
-
readonly timeLimit: number;
|
|
14
|
-
};
|
|
15
|
-
readonly medium: {
|
|
16
|
-
readonly rowCount: 6;
|
|
17
|
-
readonly colorCount: 5;
|
|
18
|
-
readonly timeLimit: number;
|
|
19
|
-
};
|
|
20
|
-
readonly hard: {
|
|
21
|
-
readonly rowCount: 8;
|
|
22
|
-
readonly colorCount: 6;
|
|
23
|
-
readonly timeLimit: number;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
export declare const getDifficultySettings: (difficulty: "easy" | "medium" | "hard") => {
|
|
27
|
-
readonly rowCount: 4;
|
|
28
|
-
readonly colorCount: 4;
|
|
29
|
-
readonly timeLimit: number;
|
|
30
|
-
} | {
|
|
31
|
-
readonly rowCount: 6;
|
|
32
|
-
readonly colorCount: 5;
|
|
33
|
-
readonly timeLimit: number;
|
|
34
|
-
} | {
|
|
35
|
-
readonly rowCount: 8;
|
|
36
|
-
readonly colorCount: 6;
|
|
37
|
-
readonly timeLimit: number;
|
|
38
|
-
};
|
|
39
|
-
export declare const DEFAULT_BUBBLE_SHOOTER_SETTINGS: BubbleShooterSettings;
|
|
1
|
+
export declare const BUBBLE_SHOOTER_THEME: import("../../services/GamesConstants").GameSettingsTheme;
|
|
2
|
+
export declare const GRID_HEIGHT: number;
|
|
40
3
|
export declare const BUBBLE_SHOOTER_GAME_CONFIG: {
|
|
41
|
-
readonly BUBBLE_RADIUS:
|
|
4
|
+
readonly BUBBLE_RADIUS: number;
|
|
42
5
|
readonly BUBBLE_SPACING: 2;
|
|
43
6
|
readonly SHOOTER_SIZE: 50;
|
|
44
|
-
readonly SHOOTER_Y_OFFSET: 40;
|
|
45
7
|
readonly BUBBLE_SPEED: 12;
|
|
46
|
-
readonly POINTS_PER_BUBBLE:
|
|
8
|
+
readonly POINTS_PER_BUBBLE: 100;
|
|
47
9
|
readonly POINTS_PER_DROP: 20;
|
|
48
10
|
readonly MIN_MATCH_COUNT: 3;
|
|
49
11
|
readonly COLS_PER_ROW: 9;
|
|
50
12
|
readonly ROW_OFFSET: 0.5;
|
|
51
13
|
};
|
|
52
14
|
export declare const BUBBLE_COLORS: readonly ["#FF3B30", "#FF9500", "#FFCC00", "#34C759", "#007AFF", "#5856D6", "#FF2D55", "#00C7BE"];
|
|
15
|
+
export declare const BUBBLE_SHOOTER_ROW_COUNT = 5;
|
|
16
|
+
export declare const BUBBLE_SHOOTER_COLOR_COUNT = 4;
|
|
17
|
+
export declare const BUBBLE_SHOOTER_TIME_LIMIT = 300;
|
|
53
18
|
export declare const BUBBLE_SHOOTER_COLORS: {
|
|
54
|
-
readonly BACKGROUND: "#
|
|
19
|
+
readonly BACKGROUND: "#3a3a5e";
|
|
20
|
+
readonly PRIMARY: "#ffffff";
|
|
55
21
|
readonly SHOOTER: "#ffffff";
|
|
56
22
|
readonly SHOOTER_ARROW: "#ff6b9d";
|
|
57
|
-
readonly SCORE: "#ffffff";
|
|
58
|
-
readonly UI: "#ff6b9d";
|
|
59
23
|
readonly CEILING: "#e0e0e0";
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
readonly
|
|
64
|
-
readonly
|
|
65
|
-
readonly
|
|
24
|
+
readonly SCORE_BACKGROUND: string;
|
|
25
|
+
readonly SCORE_BORDER: string;
|
|
26
|
+
readonly SCORE_TEXT: string;
|
|
27
|
+
readonly BUTTON_COLOR: string;
|
|
28
|
+
readonly BUTTON_BORDER: string;
|
|
29
|
+
readonly UI: "#ffffff";
|
|
30
|
+
readonly GRID_BOX_FILL: "rgba(255, 255, 255, 0.15)";
|
|
31
|
+
readonly GRID_BOX_BORDER: string;
|
|
32
|
+
readonly GAME_OVER_BG: string;
|
|
33
|
+
readonly GAME_OVER_BORDER: string;
|
|
34
|
+
readonly GAME_OVER_BUTTON: "#ffffff";
|
|
35
|
+
readonly GAME_OVER_BUTTON_BORDER: "#ffffff";
|
|
36
|
+
readonly GAME_OVER_BUTTON_TEXT: "#000000";
|
|
66
37
|
};
|
|
67
38
|
//# sourceMappingURL=BubbleShooterConstants.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BubbleShooterConstants.d.ts","sourceRoot":"","sources":["../../../../../src/games/bubble-shooter/BubbleShooterConstants.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BubbleShooterConstants.d.ts","sourceRoot":"","sources":["../../../../../src/games/bubble-shooter/BubbleShooterConstants.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,oBAAoB,2DAAmD,CAAC;AASrF,eAAO,MAAM,WAAW,QAAuB,CAAC;AAGhD,eAAO,MAAM,0BAA0B;;;;;;;;;;CAU7B,CAAC;AAGX,eAAO,MAAM,aAAa,mGAShB,CAAC;AAGX,eAAO,MAAM,wBAAwB,IAAI,CAAC;AAC1C,eAAO,MAAM,0BAA0B,IAAI,CAAC;AAC5C,eAAO,MAAM,yBAAyB,MAAM,CAAC;AAE7C,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;CAmBxB,CAAC"}
|
|
@@ -4,23 +4,24 @@ export declare class BubbleShooterService {
|
|
|
4
4
|
private colorCount;
|
|
5
5
|
private shooterX;
|
|
6
6
|
private shooterY;
|
|
7
|
-
private
|
|
7
|
+
private shooterAngle;
|
|
8
8
|
private onShoot?;
|
|
9
9
|
private onBubbleMatch?;
|
|
10
10
|
private onGameWon?;
|
|
11
11
|
constructor();
|
|
12
12
|
setCallbacks(onShoot?: () => void, onBubbleMatch?: () => void, onGameWon?: () => void): void;
|
|
13
13
|
setDifficulty(rowCount: number, colorCount: number): void;
|
|
14
|
-
setShooterPosition(x: number, y: number
|
|
15
|
-
|
|
14
|
+
setShooterPosition(x: number, y: number): void;
|
|
15
|
+
setShooterAngle(angle: number): void;
|
|
16
16
|
startGame(): void;
|
|
17
17
|
stopGame(): void;
|
|
18
18
|
resetGame(): void;
|
|
19
19
|
cleanup(): void;
|
|
20
20
|
initializeBubbles(): void;
|
|
21
|
-
updateShootingBubble(
|
|
21
|
+
updateShootingBubble(): void;
|
|
22
22
|
checkBubbleCollision(x: number, y: number): Bubble | null;
|
|
23
23
|
snapBubbleToGrid(x: number, y: number, color: string): void;
|
|
24
|
+
private addBubbleAndCheckMatches;
|
|
24
25
|
findConnectedBubbles(startBubble: Bubble, allBubbles: Bubble[]): Bubble[];
|
|
25
26
|
shoot(): void;
|
|
26
27
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BubbleShooterService.d.ts","sourceRoot":"","sources":["../../../../../src/games/bubble-shooter/BubbleShooterService.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BubbleShooterService.d.ts","sourceRoot":"","sources":["../../../../../src/games/bubble-shooter/BubbleShooterService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAyB,KAAK,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAmB1E,qBAAa,oBAAoB;IAC/B,OAAO,CAAC,QAAQ,CAAa;IAC7B,OAAO,CAAC,UAAU,CAAa;IAC/B,OAAO,CAAC,QAAQ,CAA2B;IAC3C,OAAO,CAAC,QAAQ,CAAa;IAC7B,OAAO,CAAC,YAAY,CAAa;IAGjC,OAAO,CAAC,OAAO,CAAC,CAAa;IAC7B,OAAO,CAAC,aAAa,CAAC,CAAa;IACnC,OAAO,CAAC,SAAS,CAAC,CAAa;;IAI/B,YAAY,CAAC,OAAO,CAAC,EAAE,MAAM,IAAI,EAAE,aAAa,CAAC,EAAE,MAAM,IAAI,EAAE,SAAS,CAAC,EAAE,MAAM,IAAI;IAMrF,aAAa,CAAC,QAAQ,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM;IAKlD,kBAAkB,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM;IAKvC,eAAe,CAAC,KAAK,EAAE,MAAM;IAI7B,SAAS;IAST,QAAQ;IAIR,SAAS;IAIT,OAAO;IAKP,iBAAiB;IA8DjB,oBAAoB;IA4CpB,oBAAoB,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI;IAkBzD,gBAAgB,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM;IA+FpD,OAAO,CAAC,wBAAwB;IAwBhC,oBAAoB,CAAC,WAAW,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,GAAG,MAAM,EAAE;IAmCzE,KAAK;CA2BN"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BubbleShooterStore.d.ts","sourceRoot":"","sources":["../../../../../src/games/bubble-shooter/BubbleShooterStore.ts"],"names":[],"mappings":"AAKA,MAAM,WAAW,MAAM;IACrB,EAAE,EAAE,MAAM,CAAC;IACX,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;CACX;AAED,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,SAAS;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,OAAO,CAAC;IAClB,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,MAAM,WAAW,kBAAmB,SAAQ,SAAS;IACnD,YAAY,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,cAAc,EAAE,cAAc,GAAG,IAAI,CAAC;IACtC,eAAe,EAAE,MAAM,CAAC;IACxB,kBAAkB,EAAE,MAAM,CAAC;IAG3B,SAAS,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7E,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,WAAW,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,mBAAmB,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAC5C,gBAAgB,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,eAAe,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,oBAAoB,EAAE,CAAC,MAAM,EAAE,cAAc,KAAK,IAAI,CAAC;IACvD,mBAAmB,EAAE,MAAM,IAAI,CAAC;IAChC,SAAS,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACpC,aAAa,EAAE,CAAC,SAAS,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IAC7C,aAAa,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IAC3C,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,kBAAkB,EAAE,MAAM,IAAI,CAAC;CAChC;AAGD,eAAO,MAAM,qBAAqB;;;;;;;;
|
|
1
|
+
{"version":3,"file":"BubbleShooterStore.d.ts","sourceRoot":"","sources":["../../../../../src/games/bubble-shooter/BubbleShooterStore.ts"],"names":[],"mappings":"AAKA,MAAM,WAAW,MAAM;IACrB,EAAE,EAAE,MAAM,CAAC;IACX,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;CACX;AAED,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,SAAS;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,OAAO,CAAC;IAClB,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,MAAM,WAAW,kBAAmB,SAAQ,SAAS;IACnD,YAAY,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,cAAc,EAAE,cAAc,GAAG,IAAI,CAAC;IACtC,eAAe,EAAE,MAAM,CAAC;IACxB,kBAAkB,EAAE,MAAM,CAAC;IAG3B,SAAS,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7E,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,WAAW,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,mBAAmB,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAC5C,gBAAgB,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,eAAe,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,oBAAoB,EAAE,CAAC,MAAM,EAAE,cAAc,KAAK,IAAI,CAAC;IACvD,mBAAmB,EAAE,MAAM,IAAI,CAAC;IAChC,SAAS,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACpC,aAAa,EAAE,CAAC,SAAS,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IAC7C,aAAa,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IAC3C,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,kBAAkB,EAAE,MAAM,IAAI,CAAC;CAChC;AAGD,eAAO,MAAM,qBAAqB;;;;;;;;EA6JjC,CAAC;AAGF,eAAO,MAAM,QAAQ,cAAoD,CAAC;AAC1E,eAAO,MAAM,gBAAgB,cAA4D,CAAC;AAC1F,eAAO,MAAM,YAAY,eAAwD,CAAC;AAClF,eAAO,MAAM,WAAW,eAAuD,CAAC;AAChF,eAAO,MAAM,UAAU,eAAsD,CAAC;AAC9E,eAAO,MAAM,eAAe,cAA2D,CAAC;AACxF,eAAO,MAAM,UAAU,gBAAsD,CAAC;AAC9E,eAAO,MAAM,iBAAiB,6BAA6D,CAAC;AAC5F,eAAO,MAAM,qBAAqB,cAAiE,CAAC;AACpG,eAAO,MAAM,kBAAkB,cAA8D,CAAC"}
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import type { BubbleShooterService } from '../BubbleShooterService';
|
|
3
3
|
interface GameAreaProps {
|
|
4
4
|
gameService: BubbleShooterService;
|
|
5
|
-
offset
|
|
5
|
+
offset?: number;
|
|
6
6
|
}
|
|
7
7
|
export declare const GameArea: React.NamedExoticComponent<GameAreaProps>;
|
|
8
8
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GameArea.d.ts","sourceRoot":"","sources":["../../../../../../src/games/bubble-shooter/components/GameArea.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"GameArea.d.ts","sourceRoot":"","sources":["../../../../../../src/games/bubble-shooter/components/GameArea.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAOpD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAOpE,UAAU,aAAa;IACrB,WAAW,EAAE,oBAAoB,CAAC;IAClC,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AA+XD,eAAO,MAAM,QAAQ,2CAAgC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GameBackground.d.ts","sourceRoot":"","sources":["../../../../../../src/games/bubble-shooter/components/GameBackground.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"GameBackground.d.ts","sourceRoot":"","sources":["../../../../../../src/games/bubble-shooter/components/GameBackground.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAsB1B,UAAU,mBAAmB;IAC3B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAkCD,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAgKvD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ScoreBoard.d.ts","sourceRoot":"","sources":["../../../../../../src/games/bubble-shooter/components/ScoreBoard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"ScoreBoard.d.ts","sourceRoot":"","sources":["../../../../../../src/games/bubble-shooter/components/ScoreBoard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,UAAU,eAAe;IACvB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAKD,eAAO,MAAM,UAAU,yCAA+B,eAAe,6CAkBnE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CandyCrush.d.ts","sourceRoot":"","sources":["../../../../../src/games/candy-crush/CandyCrush.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"CandyCrush.d.ts","sourceRoot":"","sources":["../../../../../src/games/candy-crush/CandyCrush.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAGvE,OAAO,EAAY,KAAK,SAAS,EAAyB,MAAM,6BAA6B,CAAC;AAU9F,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAkJ1C,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
export declare const CANDY_CRUSH_THEME: import("../../services/GamesConstants").GameSettingsTheme;
|
|
1
2
|
export declare const CANDY_CRUSH_GAME_CONFIG: {
|
|
2
3
|
readonly GRID_SIZE: 8;
|
|
3
|
-
readonly CANDY_TYPES:
|
|
4
|
+
readonly CANDY_TYPES: 5;
|
|
4
5
|
readonly MIN_MATCH: 3;
|
|
5
6
|
readonly ANIMATION_DURATION: 300;
|
|
6
7
|
readonly FALL_DURATION: 400;
|
|
@@ -18,37 +19,28 @@ export declare const CANDY_TYPES: {
|
|
|
18
19
|
readonly COLOR_BOMB: "color_bomb";
|
|
19
20
|
};
|
|
20
21
|
export declare const CANDY_CRUSH_COLORS: {
|
|
21
|
-
readonly BACKGROUND: "#
|
|
22
|
-
readonly
|
|
23
|
-
readonly
|
|
24
|
-
readonly
|
|
25
|
-
readonly
|
|
26
|
-
readonly
|
|
27
|
-
readonly
|
|
28
|
-
readonly SCORE_TEXT:
|
|
29
|
-
readonly
|
|
30
|
-
readonly
|
|
31
|
-
readonly
|
|
22
|
+
readonly BACKGROUND: "#3a3a5e";
|
|
23
|
+
readonly PRIMARY: "#ffffff";
|
|
24
|
+
readonly GRID_BACKGROUND: string;
|
|
25
|
+
readonly GRID_BORDER: string;
|
|
26
|
+
readonly SELECTED: string;
|
|
27
|
+
readonly SCORE_BACKGROUND: string;
|
|
28
|
+
readonly SCORE_BORDER: string;
|
|
29
|
+
readonly SCORE_TEXT: string;
|
|
30
|
+
readonly BUTTON_COLOR: string;
|
|
31
|
+
readonly BUTTON_BORDER: string;
|
|
32
|
+
readonly TIME_GOOD: "#ffffff";
|
|
33
|
+
readonly TIME_WARNING: "#ffffff";
|
|
34
|
+
readonly TIME_CRITICAL: "#ffffff";
|
|
32
35
|
readonly COMBO_TEXT: "#FF9500";
|
|
33
|
-
readonly
|
|
34
|
-
readonly
|
|
35
|
-
readonly
|
|
36
|
-
readonly
|
|
37
|
-
|
|
38
|
-
export declare const DIFFICULTY_CONFIG: {
|
|
39
|
-
readonly easy: {
|
|
40
|
-
readonly gameDuration: 60;
|
|
41
|
-
readonly candyTypes: 4;
|
|
42
|
-
};
|
|
43
|
-
readonly medium: {
|
|
44
|
-
readonly gameDuration: 180;
|
|
45
|
-
readonly candyTypes: 5;
|
|
46
|
-
};
|
|
47
|
-
readonly hard: {
|
|
48
|
-
readonly gameDuration: 300;
|
|
49
|
-
readonly candyTypes: 6;
|
|
50
|
-
};
|
|
36
|
+
readonly GAME_OVER_BG: string;
|
|
37
|
+
readonly GAME_OVER_BORDER: string;
|
|
38
|
+
readonly GAME_OVER_BUTTON: "#ffffff";
|
|
39
|
+
readonly GAME_OVER_BUTTON_BORDER: "#ffffff";
|
|
40
|
+
readonly GAME_OVER_BUTTON_TEXT: "#000000";
|
|
51
41
|
};
|
|
42
|
+
export declare const CANDY_CRUSH_DURATION = 300;
|
|
43
|
+
export declare const CANDY_CRUSH_CANDY_TYPES = 4;
|
|
52
44
|
export declare const CANDY_CRUSH_SOUNDS: {
|
|
53
45
|
readonly MATCH: {
|
|
54
46
|
readonly text: "Pop!";
|
|
@@ -81,24 +73,4 @@ export declare const CANDY_CRUSH_SOUNDS: {
|
|
|
81
73
|
readonly rate: 1.2;
|
|
82
74
|
};
|
|
83
75
|
};
|
|
84
|
-
export declare const CANDY_CRUSH_THEME: {
|
|
85
|
-
readonly backgroundColor: "rgba(0, 0, 0, 0.7)";
|
|
86
|
-
readonly headerBackgroundColor: "#FF9500";
|
|
87
|
-
readonly headerTextColor: "#ffffff";
|
|
88
|
-
readonly sectionBackgroundColor: "rgba(255, 149, 0, 0.15)";
|
|
89
|
-
readonly sectionTitleColor: "#FF9500";
|
|
90
|
-
readonly buttonSelectedColor: "#FF9500";
|
|
91
|
-
readonly buttonUnselectedColor: "rgba(255, 255, 255, 0.2)";
|
|
92
|
-
readonly buttonSelectedTextColor: "#ffffff";
|
|
93
|
-
readonly buttonUnselectedTextColor: "rgba(255, 255, 255, 0.7)";
|
|
94
|
-
readonly switchTrackColorFalse: "rgba(255, 149, 0, 0.3)";
|
|
95
|
-
readonly switchTrackColorTrue: "#FF9500";
|
|
96
|
-
readonly switchThumbColor: "#ffffff";
|
|
97
|
-
readonly infoTextColor: "rgba(255, 255, 255, 0.9)";
|
|
98
|
-
};
|
|
99
|
-
export declare const CANDY_CRUSH_DIFFICULTY_DESCRIPTIONS: {
|
|
100
|
-
readonly easy: "1 minute • 4 candy types";
|
|
101
|
-
readonly medium: "3 minutes • 5 candy types";
|
|
102
|
-
readonly hard: "5 minutes • 6 candy types";
|
|
103
|
-
};
|
|
104
76
|
//# sourceMappingURL=CandyCrushConstants.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CandyCrushConstants.d.ts","sourceRoot":"","sources":["../../../../../src/games/candy-crush/CandyCrushConstants.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CandyCrushConstants.d.ts","sourceRoot":"","sources":["../../../../../src/games/candy-crush/CandyCrushConstants.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,iBAAiB,2DAAmD,CAAC;AAGlF,eAAO,MAAM,uBAAuB;;;;;;;;;;CAU1B,CAAC;AAEX,eAAO,MAAM,YAAY,6EAOf,CAAC;AAEX,eAAO,MAAM,WAAW;;;;;;CAMd,CAAC;AAEX,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;CAoBrB,CAAC;AAGX,eAAO,MAAM,oBAAoB,MAAM,CAAC;AACxC,eAAO,MAAM,uBAAuB,IAAI,CAAC;AAEzC,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOrB,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Animated } from 'react-native';
|
|
2
2
|
import { CANDY_TYPES } from './CandyCrushConstants';
|
|
3
|
-
export type CandyType = typeof CANDY_TYPES[keyof typeof CANDY_TYPES];
|
|
3
|
+
export type CandyType = (typeof CANDY_TYPES)[keyof typeof CANDY_TYPES];
|
|
4
4
|
export interface Candy {
|
|
5
5
|
id: number;
|
|
6
6
|
row: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CandyCrushService.d.ts","sourceRoot":"","sources":["../../../../../src/games/candy-crush/CandyCrushService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AACxC,OAAO,EAAyC,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAE3F,MAAM,MAAM,SAAS,GAAG,OAAO,WAAW,CAAC,MAAM,OAAO,WAAW,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"CandyCrushService.d.ts","sourceRoot":"","sources":["../../../../../src/games/candy-crush/CandyCrushService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AACxC,OAAO,EAAyC,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAE3F,MAAM,MAAM,SAAS,GAAG,CAAC,OAAO,WAAW,CAAC,CAAC,MAAM,OAAO,WAAW,CAAC,CAAC;AAEvE,MAAM,WAAW,KAAK;IACpB,EAAE,EAAE,MAAM,CAAC;IACX,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,SAAS,CAAC;IACvB,aAAa,EAAE,QAAQ,CAAC,KAAK,CAAC;IAC9B,UAAU,EAAE,QAAQ,CAAC,KAAK,CAAC;IAC3B,SAAS,EAAE,OAAO,CAAC;IACnB,SAAS,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,MAAM,SAAS,GAAG,CAAC,KAAK,GAAG,IAAI,CAAC,EAAE,EAAE,CAAC;AAE3C,MAAM,WAAW,WAAW;IAC1B,OAAO,EAAE,KAAK,EAAE,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,OAAO,CAAC;CACrB;AAED,MAAM,WAAW,UAAU;IACzB,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,EAAE,KAAK,EAAE,CAAC;CAClB;AAED,qBAAa,iBAAiB;IAC5B,OAAO,CAAC,WAAW,CAAK;IAGxB,UAAU,IAAI,SAAS;IAOvB,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,SAAS;IAsC7C,OAAO,CAAC,gBAAgB;IA2DxB,OAAO,CAAC,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,GAAG,OAAO;IAS9C,WAAW,CAAC,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,GAAG,IAAI;IA+BhE,WAAW,CAAC,IAAI,EAAE,SAAS,GAAG,WAAW;IA+FzC,aAAa,CAAC,IAAI,EAAE,SAAS,EAAE,OAAO,EAAE,KAAK,EAAE,GAAG,IAAI;IAUtD,YAAY,CAAC,IAAI,EAAE,SAAS,GAAG,OAAO;IA2CtC,eAAe,CAAC,IAAI,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,GAAG,KAAK,EAAE;IAyC7D,gBAAgB,CAAC,IAAI,EAAE,SAAS,GAAG,OAAO;IA8C1C,aAAa,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM;IAKnC,cAAc,IAAI,IAAI;CAGvB"}
|
|
@@ -13,7 +13,6 @@ export interface CandyCrushState {
|
|
|
13
13
|
isGameOver: boolean;
|
|
14
14
|
selectedCandy: Candy | null;
|
|
15
15
|
isProcessing: boolean;
|
|
16
|
-
difficulty: 'easy' | 'medium' | 'hard';
|
|
17
16
|
candyTypes: number;
|
|
18
17
|
enableSounds: boolean;
|
|
19
18
|
enableHaptics: boolean;
|
|
@@ -27,7 +26,7 @@ export interface CandyCrushStore extends CandyCrushState {
|
|
|
27
26
|
startGame: () => void;
|
|
28
27
|
stopGame: () => void;
|
|
29
28
|
resetGame: () => void;
|
|
30
|
-
initializeGame: (
|
|
29
|
+
initializeGame: () => void;
|
|
31
30
|
selectCandy: (candy: Candy) => void;
|
|
32
31
|
processMatches: () => Promise<void>;
|
|
33
32
|
updateSettings: (enableSounds: boolean, enableHaptics: boolean) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CandyCrushStore.d.ts","sourceRoot":"","sources":["../../../../../src/games/candy-crush/CandyCrushStore.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAO5D,MAAM,WAAW,YAAY;IAC3B,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,SAAS,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,MAAM,CAAC;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,OAAO,CAAC;IACnB,UAAU,EAAE,OAAO,CAAC;IACpB,aAAa,EAAE,KAAK,GAAG,IAAI,CAAC;IAC5B,YAAY,EAAE,OAAO,CAAC;IACtB,UAAU,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"CandyCrushStore.d.ts","sourceRoot":"","sources":["../../../../../src/games/candy-crush/CandyCrushStore.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAO5D,MAAM,WAAW,YAAY;IAC3B,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,SAAS,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,MAAM,CAAC;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,OAAO,CAAC;IACnB,UAAU,EAAE,OAAO,CAAC;IACpB,aAAa,EAAE,KAAK,GAAG,IAAI,CAAC;IAC5B,YAAY,EAAE,OAAO,CAAC;IACtB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,OAAO,CAAC;IACtB,aAAa,EAAE,OAAO,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;IACjC,eAAe,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC7B,eAAe,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC7B,aAAa,EAAE,YAAY,EAAE,CAAC;CAC/B;AAED,MAAM,WAAW,eAAgB,SAAQ,eAAe;IACtD,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,cAAc,EAAE,MAAM,IAAI,CAAC;IAC3B,WAAW,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;IACpC,cAAc,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IACpC,cAAc,EAAE,CAAC,YAAY,EAAE,OAAO,EAAE,aAAa,EAAE,OAAO,KAAK,IAAI,CAAC;IACxE,kBAAkB,EAAE,MAAM,IAAI,CAAC;CAChC;AAcD,eAAO,MAAM,kBAAkB;;;;;;;;EA2S9B,CAAC;AAGF,eAAO,MAAM,OAAO,iBAAgD,CAAC;AACrE,eAAO,MAAM,QAAQ,cAAiD,CAAC;AACvE,eAAO,MAAM,gBAAgB,cAAyD,CAAC;AACvF,eAAO,MAAM,eAAe,cAAwD,CAAC;AACrF,eAAO,MAAM,YAAY,eAAqD,CAAC;AAC/E,eAAO,MAAM,aAAa,eAAsD,CAAC;AACjF,eAAO,MAAM,gBAAgB,oBAAyD,CAAC;AACvF,eAAO,MAAM,aAAa,cAAsD,CAAC;AACjF,eAAO,MAAM,kBAAkB,mBAA2D,CAAC;AAC3F,eAAO,MAAM,kBAAkB,mBAA2D,CAAC;AAC3F,eAAO,MAAM,gBAAgB,sBAAyD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BlastAnimation.d.ts","sourceRoot":"","sources":["../../../../../../src/games/candy-crush/components/BlastAnimation.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"BlastAnimation.d.ts","sourceRoot":"","sources":["../../../../../../src/games/candy-crush/components/BlastAnimation.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,MAAM,WAAW,YAAY;IAC3B,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;CACf;AA8CD,UAAU,mBAAmB;IAC3B,KAAK,EAAE,YAAY,EAAE,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,EAAE,MAAM,CAAC;IACtB,UAAU,EAAE,MAAM,IAAI,CAAC;CACxB;AAED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAsCvD,CAAC"}
|
|
@@ -6,7 +6,8 @@ interface CandyItemProps {
|
|
|
6
6
|
isSelected: boolean;
|
|
7
7
|
isMatched: boolean;
|
|
8
8
|
isFalling: boolean;
|
|
9
|
-
|
|
9
|
+
isPlaying: boolean;
|
|
10
|
+
onSwipe: (candyId: number, direction: 'up' | 'down' | 'left' | 'right') => void;
|
|
10
11
|
}
|
|
11
12
|
export declare const CandyItem: React.NamedExoticComponent<CandyItemProps>;
|
|
12
13
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CandyItem.d.ts","sourceRoot":"","sources":["../../../../../../src/games/candy-crush/components/CandyItem.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"CandyItem.d.ts","sourceRoot":"","sources":["../../../../../../src/games/candy-crush/components/CandyItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqC,MAAM,OAAO,CAAC;AAK1D,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAelD,UAAU,cAAc;IACtB,KAAK,EAAE,KAAK,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,OAAO,CAAC;IACpB,SAAS,EAAE,OAAO,CAAC;IACnB,SAAS,EAAE,OAAO,CAAC;IACnB,SAAS,EAAE,OAAO,CAAC;IACnB,OAAO,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,IAAI,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,KAAK,IAAI,CAAC;CACjF;AAgLD,eAAO,MAAM,SAAS,4CAYpB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GameBackground.d.ts","sourceRoot":"","sources":["../../../../../../src/games/candy-crush/components/GameBackground.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"GameBackground.d.ts","sourceRoot":"","sources":["../../../../../../src/games/candy-crush/components/GameBackground.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAyC1B,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,CAuBjE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GameGrid.d.ts","sourceRoot":"","sources":["../../../../../../src/games/candy-crush/components/GameGrid.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"GameGrid.d.ts","sourceRoot":"","sources":["../../../../../../src/games/candy-crush/components/GameGrid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AA+MvE,eAAO,MAAM,QAAQ,gCAAgC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ScoreBoard.d.ts","sourceRoot":"","sources":["../../../../../../src/games/candy-crush/components/ScoreBoard.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"ScoreBoard.d.ts","sourceRoot":"","sources":["../../../../../../src/games/candy-crush/components/ScoreBoard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAMvC,MAAM,WAAW,eAAe;IAC9B,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAiC/C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CarRacing.d.ts","sourceRoot":"","sources":["../../../../../src/games/car-racing/CarRacing.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"CarRacing.d.ts","sourceRoot":"","sources":["../../../../../src/games/car-racing/CarRacing.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAW5D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,6BAA6B,CAAC;AAQ7D,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAiTzC,CAAC"}
|
|
@@ -1,59 +1,23 @@
|
|
|
1
|
-
|
|
2
|
-
export interface CarRacingSettings {
|
|
3
|
-
difficulty: 'easy' | 'medium' | 'hard';
|
|
4
|
-
soundEnabled: boolean;
|
|
5
|
-
hapticEnabled: boolean;
|
|
6
|
-
gameDuration: number;
|
|
7
|
-
obstacleSpawnInterval: number;
|
|
8
|
-
roadSpeed: number;
|
|
9
|
-
}
|
|
10
|
-
export declare const CAR_RACING_DIFFICULTY_CONFIG: {
|
|
11
|
-
readonly easy: {
|
|
12
|
-
readonly gameDuration: 60;
|
|
13
|
-
readonly obstacleSpawnInterval: 2500;
|
|
14
|
-
readonly roadSpeed: 4;
|
|
15
|
-
};
|
|
16
|
-
readonly medium: {
|
|
17
|
-
readonly gameDuration: 120;
|
|
18
|
-
readonly obstacleSpawnInterval: 2000;
|
|
19
|
-
readonly roadSpeed: 6;
|
|
20
|
-
};
|
|
21
|
-
readonly hard: {
|
|
22
|
-
readonly gameDuration: 180;
|
|
23
|
-
readonly obstacleSpawnInterval: 1500;
|
|
24
|
-
readonly roadSpeed: 8;
|
|
25
|
-
};
|
|
26
|
-
};
|
|
27
|
-
export declare const getDifficultySettings: (difficulty: "easy" | "medium" | "hard") => {
|
|
28
|
-
readonly gameDuration: 60;
|
|
29
|
-
readonly obstacleSpawnInterval: 2500;
|
|
30
|
-
readonly roadSpeed: 4;
|
|
31
|
-
} | {
|
|
32
|
-
readonly gameDuration: 120;
|
|
33
|
-
readonly obstacleSpawnInterval: 2000;
|
|
34
|
-
readonly roadSpeed: 6;
|
|
35
|
-
} | {
|
|
36
|
-
readonly gameDuration: 180;
|
|
37
|
-
readonly obstacleSpawnInterval: 1500;
|
|
38
|
-
readonly roadSpeed: 8;
|
|
39
|
-
};
|
|
40
|
-
export declare const DEFAULT_CAR_RACING_SETTINGS: CarRacingSettings;
|
|
1
|
+
export declare const CAR_RACING_THEME: import("../../services/GamesConstants").GameSettingsTheme;
|
|
41
2
|
export declare const CAR_RACING_GAME_CONFIG: {
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
3
|
+
GAME_DURATION: number;
|
|
4
|
+
CAR_WIDTH: number;
|
|
5
|
+
CAR_HEIGHT: number;
|
|
6
|
+
OBSTACLE_WIDTH: number;
|
|
7
|
+
OBSTACLE_HEIGHT: number;
|
|
8
|
+
ROAD_LANES: number;
|
|
9
|
+
LANE_WIDTH: number;
|
|
10
|
+
ROAD_SPEED: number;
|
|
11
|
+
OBSTACLE_SPAWN_INTERVAL: number;
|
|
12
|
+
COLLISION_TOLERANCE: number;
|
|
13
|
+
POINTS_PER_OBSTACLE_PASSED: number;
|
|
14
|
+
LANE_SWITCH_DURATION: number;
|
|
15
|
+
PLAYER_BOTTOM_MARGIN: number;
|
|
54
16
|
};
|
|
55
17
|
export declare const CAR_RACING_COLORS: {
|
|
56
|
-
readonly
|
|
18
|
+
readonly BACKGROUND: "#3a3a5e";
|
|
19
|
+
readonly PRIMARY: "#ffffff";
|
|
20
|
+
readonly ROAD_DARK: "#3a3a5e";
|
|
57
21
|
readonly ROAD_LIGHT: "#3a3a3a";
|
|
58
22
|
readonly ROAD_LINE: "#ffffff";
|
|
59
23
|
readonly GRASS_GREEN: "#2d5016";
|
|
@@ -63,14 +27,17 @@ export declare const CAR_RACING_COLORS: {
|
|
|
63
27
|
readonly OBSTACLE_CAR_1: "#4444ff";
|
|
64
28
|
readonly OBSTACLE_CAR_2: "#44ff44";
|
|
65
29
|
readonly OBSTACLE_CAR_3: "#ffff44";
|
|
66
|
-
readonly
|
|
67
|
-
readonly
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
readonly
|
|
72
|
-
readonly
|
|
73
|
-
readonly
|
|
30
|
+
readonly SCORE_BACKGROUND: string;
|
|
31
|
+
readonly SCORE_BORDER: string;
|
|
32
|
+
readonly SCORE_TEXT: string;
|
|
33
|
+
readonly BUTTON_COLOR: string;
|
|
34
|
+
readonly BUTTON_BORDER: string;
|
|
35
|
+
readonly UI: "#ffffff";
|
|
36
|
+
readonly GAME_OVER_BG: string;
|
|
37
|
+
readonly GAME_OVER_BORDER: string;
|
|
38
|
+
readonly GAME_OVER_BUTTON: "#ffffff";
|
|
39
|
+
readonly GAME_OVER_BUTTON_BORDER: "#ffffff";
|
|
40
|
+
readonly GAME_OVER_BUTTON_TEXT: "#000000";
|
|
74
41
|
};
|
|
75
42
|
export declare const getLanePosition: (laneIndex: number, screenWidth: number) => number;
|
|
76
43
|
//# sourceMappingURL=CarRacingConstants.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CarRacingConstants.d.ts","sourceRoot":"","sources":["../../../../../src/games/car-racing/CarRacingConstants.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CarRacingConstants.d.ts","sourceRoot":"","sources":["../../../../../src/games/car-racing/CarRacingConstants.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,gBAAgB,2DAAmD,CAAC;AAMjF,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;CAclC,CAAC;AAGF,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;CAwBpB,CAAC;AAKX,eAAO,MAAM,eAAe,GAAI,WAAW,MAAM,EAAE,aAAa,MAAM,KAAG,MAQxE,CAAC"}
|
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
import type { SharedValue } from 'react-native-reanimated';
|
|
2
|
+
export interface ObstacleSharedValues {
|
|
3
|
+
x: SharedValue<number>;
|
|
4
|
+
y: SharedValue<number>;
|
|
5
|
+
}
|
|
6
|
+
export declare function registerObstacleSharedValues(id: string, sv: ObstacleSharedValues): void;
|
|
7
|
+
export declare function unregisterObstacleSharedValues(id: string): void;
|
|
8
|
+
export declare function registerPlayerSharedValue(sv: SharedValue<number>): void;
|
|
9
|
+
export declare function unregisterPlayerSharedValue(): void;
|
|
10
|
+
export declare function registerRoadOffsetSharedValue(sv: SharedValue<number>): void;
|
|
11
|
+
export declare function unregisterRoadOffsetSharedValue(): void;
|
|
1
12
|
export declare class CarRacingService {
|
|
2
13
|
private obstacleSpawnTimer;
|
|
3
14
|
private animationFrameId;
|
|
@@ -9,6 +20,12 @@ export declare class CarRacingService {
|
|
|
9
20
|
private onPass?;
|
|
10
21
|
private lastFrameTime;
|
|
11
22
|
private readonly TARGET_FRAME_TIME;
|
|
23
|
+
private obstaclePhysics;
|
|
24
|
+
private playerX;
|
|
25
|
+
private playerY;
|
|
26
|
+
private playerW;
|
|
27
|
+
private playerH;
|
|
28
|
+
private roadOffset;
|
|
12
29
|
constructor(roadSpeed?: number, obstacleSpawnInterval?: number);
|
|
13
30
|
setCallbacks(onCollision?: () => void, onPass?: () => void): void;
|
|
14
31
|
startGame(): void;
|
|
@@ -21,6 +38,8 @@ export declare class CarRacingService {
|
|
|
21
38
|
private spawnObstacle;
|
|
22
39
|
private fastRandom;
|
|
23
40
|
movePlayerToLane(lane: number): void;
|
|
41
|
+
setPlayerY(y: number): void;
|
|
24
42
|
cleanup(): void;
|
|
43
|
+
destroy(): void;
|
|
25
44
|
}
|
|
26
45
|
//# sourceMappingURL=CarRacingService.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CarRacingService.d.ts","sourceRoot":"","sources":["../../../../../src/games/car-racing/CarRacingService.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CarRacingService.d.ts","sourceRoot":"","sources":["../../../../../src/games/car-racing/CarRacingService.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAY3D,MAAM,WAAW,oBAAoB;IACnC,CAAC,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IACvB,CAAC,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;CACxB;AAKD,wBAAgB,4BAA4B,CAAC,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,oBAAoB,GAAG,IAAI,CAEvF;AAED,wBAAgB,8BAA8B,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI,CAE/D;AAKD,wBAAgB,yBAAyB,CAAC,EAAE,EAAE,WAAW,CAAC,MAAM,CAAC,GAAG,IAAI,CAEvE;AAED,wBAAgB,2BAA2B,IAAI,IAAI,CAElD;AAKD,wBAAgB,6BAA6B,CAAC,EAAE,EAAE,WAAW,CAAC,MAAM,CAAC,GAAG,IAAI,CAE3E;AAED,wBAAgB,+BAA+B,IAAI,IAAI,CAEtD;AAkBD,qBAAa,gBAAgB;IAC3B,OAAO,CAAC,kBAAkB,CAA+B;IACzD,OAAO,CAAC,gBAAgB,CAAuB;IAC/C,OAAO,CAAC,iBAAiB,CAAa;IACtC,OAAO,CAAC,SAAS,CAA6C;IAC9D,OAAO,CAAC,qBAAqB,CAA0D;IACvF,OAAO,CAAC,iBAAiB,CAAkC;IAC3D,OAAO,CAAC,WAAW,CAAC,CAAa;IACjC,OAAO,CAAC,MAAM,CAAC,CAAa;IAC5B,OAAO,CAAC,aAAa,CAAa;IAClC,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAAS;IAG3C,OAAO,CAAC,eAAe,CAAyB;IAChD,OAAO,CAAC,OAAO,CAAqC;IACpD,OAAO,CAAC,OAAO,CAAoG;IACnH,OAAO,CAAC,OAAO,CAA4C;IAC3D,OAAO,CAAC,OAAO,CAA6C;IAC5D,OAAO,CAAC,UAAU,CAAa;gBAEnB,SAAS,CAAC,EAAE,MAAM,EAAE,qBAAqB,CAAC,EAAE,MAAM;IAM9D,YAAY,CAAC,WAAW,CAAC,EAAE,MAAM,IAAI,EAAE,MAAM,CAAC,EAAE,MAAM,IAAI,GAAG,IAAI;IAMjE,SAAS,IAAI,IAAI;IAqBjB,OAAO,CAAC,QAAQ,CAad;IAGF,QAAQ,IAAI,IAAI;IAKhB,OAAO,CAAC,eAAe;IA+DvB,OAAO,CAAC,WAAW;IAgBnB,OAAO,CAAC,eAAe;IAqBvB,OAAO,CAAC,qBAAqB;IAU7B,OAAO,CAAC,aAAa;IAyCrB,OAAO,CAAC,UAAU;IAKlB,gBAAgB,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI;IAkBpC,UAAU,CAAC,CAAC,EAAE,MAAM,GAAG,IAAI;IAK3B,OAAO,IAAI,IAAI;IAiBf,OAAO,IAAI,IAAI;CAMhB"}
|
|
@@ -42,23 +42,12 @@ export interface CarRacingStore extends GameState {
|
|
|
42
42
|
decrementTime: () => void;
|
|
43
43
|
addObstacle: (obstacle: Obstacle) => void;
|
|
44
44
|
removeObstacle: (obstacleId: string) => void;
|
|
45
|
-
updateObstacle: (obstacleId: string, updates: Partial<Obstacle>) => void;
|
|
46
45
|
movePlayerCar: (lane: number) => void;
|
|
47
|
-
updateRoadOffset: (offset: number) => void;
|
|
48
|
-
markObstaclePassed: (obstacleId: string) => void;
|
|
49
46
|
loseLife: () => void;
|
|
50
47
|
clearObstacles: () => void;
|
|
51
48
|
addParticleEffect: (x: number, y: number) => void;
|
|
52
49
|
removeParticleEffect: (effectId: string) => void;
|
|
53
|
-
|
|
54
|
-
roadOffset: number;
|
|
55
|
-
obstacleUpdates: Array<{
|
|
56
|
-
id: string;
|
|
57
|
-
y: number;
|
|
58
|
-
}>;
|
|
59
|
-
obstaclesToRemove: string[];
|
|
60
|
-
obstaclesToPass: string[];
|
|
61
|
-
}) => void;
|
|
50
|
+
batchScoreAndRemove: (obstaclesToPass: string[], obstaclesToRemove: string[]) => void;
|
|
62
51
|
}
|
|
63
52
|
export declare const useCarRacingStore: import("zustand").UseBoundStore<Omit<import("zustand").StoreApi<CarRacingStore>, "subscribe"> & {
|
|
64
53
|
subscribe: {
|
|
@@ -76,6 +65,5 @@ export declare const useIsPlaying: () => boolean;
|
|
|
76
65
|
export declare const useGameOver: () => boolean;
|
|
77
66
|
export declare const useObstacles: () => Obstacle[];
|
|
78
67
|
export declare const usePlayerCar: () => PlayerCar;
|
|
79
|
-
export declare const useRoadOffset: () => number;
|
|
80
68
|
export declare const useParticleEffects: () => ParticleEffect[];
|
|
81
69
|
//# sourceMappingURL=CarRacingStore.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CarRacingStore.d.ts","sourceRoot":"","sources":["../../../../../src/games/car-racing/CarRacingStore.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CarRacingStore.d.ts","sourceRoot":"","sources":["../../../../../src/games/car-racing/CarRacingStore.ts"],"names":[],"mappings":"AAOA,MAAM,WAAW,QAAQ;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,OAAO,CAAC;CACjB;AAED,MAAM,WAAW,SAAS;IACxB,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;CACX;AAED,MAAM,WAAW,SAAS;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,OAAO,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,cAAe,SAAQ,SAAS;IAC/C,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,SAAS,EAAE,SAAS,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,eAAe,EAAE,cAAc,EAAE,CAAC;IAClC,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,MAAM,CAAC;IAGrB,SAAS,EAAE,CAAC,YAAY,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC5D,SAAS,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACpC,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,WAAW,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,aAAa,EAAE,MAAM,IAAI,CAAC;IAC1B,WAAW,EAAE,CAAC,QAAQ,EAAE,QAAQ,KAAK,IAAI,CAAC;IAC1C,cAAc,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7C,aAAa,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,cAAc,EAAE,MAAM,IAAI,CAAC;IAC3B,iBAAiB,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAClD,oBAAoB,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IACjD,mBAAmB,EAAE,CAAC,eAAe,EAAE,MAAM,EAAE,EAAE,iBAAiB,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;CACvF;AAGD,eAAO,MAAM,iBAAiB;;;;;;;;EAmM7B,CAAC;AAGF,eAAO,MAAM,QAAQ,cAAgD,CAAC;AACtE,eAAO,MAAM,WAAW,cAAmD,CAAC;AAC5E,eAAO,MAAM,QAAQ,cAAgD,CAAC;AACtE,eAAO,MAAM,YAAY,eAAoD,CAAC;AAC9E,eAAO,MAAM,WAAW,eAAmD,CAAC;AAC5E,eAAO,MAAM,YAAY,kBAAoD,CAAC;AAC9E,eAAO,MAAM,YAAY,iBAAoD,CAAC;AAC9E,eAAO,MAAM,kBAAkB,wBAA0D,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
interface CarComponentProps {
|
|
3
|
+
id: string;
|
|
3
4
|
x: number;
|
|
4
5
|
y: number;
|
|
5
6
|
width: number;
|
|
@@ -7,6 +8,6 @@ interface CarComponentProps {
|
|
|
7
8
|
color: string;
|
|
8
9
|
isPlayer?: boolean;
|
|
9
10
|
}
|
|
10
|
-
export declare const CarComponent: React.MemoExoticComponent<({ x, y, width, height, color, isPlayer }: CarComponentProps) => import("react/jsx-runtime").JSX.Element>;
|
|
11
|
+
export declare const CarComponent: React.MemoExoticComponent<({ id, x, y, width, height, color, isPlayer }: CarComponentProps) => import("react/jsx-runtime").JSX.Element>;
|
|
11
12
|
export {};
|
|
12
13
|
//# sourceMappingURL=CarComponent.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CarComponent.d.ts","sourceRoot":"","sources":["../../../../../../src/games/car-racing/components/CarComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"CarComponent.d.ts","sourceRoot":"","sources":["../../../../../../src/games/car-racing/components/CarComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6B,MAAM,OAAO,CAAC;AAsClD,UAAU,iBAAiB;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AA4KD,eAAO,MAAM,YAAY,2EACgC,iBAAiB,6CAOzE,CAAC"}
|
|
@@ -2,8 +2,7 @@ import React from 'react';
|
|
|
2
2
|
interface GameBackgroundProps {
|
|
3
3
|
width: number;
|
|
4
4
|
height: number;
|
|
5
|
-
roadOffset: number;
|
|
6
5
|
}
|
|
7
|
-
export declare const GameBackground: React.MemoExoticComponent<({ width, height
|
|
6
|
+
export declare const GameBackground: React.MemoExoticComponent<({ width, height }: GameBackgroundProps) => import("react/jsx-runtime").JSX.Element>;
|
|
8
7
|
export {};
|
|
9
8
|
//# sourceMappingURL=GameBackground.d.ts.map
|