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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GameBackground.d.ts","sourceRoot":"","sources":["../../../../../../src/games/tile-home/components/GameBackground.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiB,MAAM,OAAO,CAAC;AAkCtC,UAAU,mBAAmB;IAC3B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAmIvD,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { GameSettings } from '../../../services/UtilsService';
|
|
3
|
+
interface GameBoardProps {
|
|
4
|
+
settings: GameSettings;
|
|
5
|
+
}
|
|
6
|
+
export declare const GameBoard: React.NamedExoticComponent<GameBoardProps>;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=GameBoard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GameBoard.d.ts","sourceRoot":"","sources":["../../../../../../src/games/tile-home/components/GameBoard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAM5D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAC;AAEnE,UAAU,cAAc;IACtB,QAAQ,EAAE,YAAY,CAAC;CACxB;AAoDD,eAAO,MAAM,SAAS,4CAAiC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScoreBoard.d.ts","sourceRoot":"","sources":["../../../../../../src/games/tile-home/components/ScoreBoard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,UAAU,eAAe;IACvB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAoB/C,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { Tile } from '../TileHomeStore';
|
|
3
|
+
interface TileItemProps {
|
|
4
|
+
tile: Tile;
|
|
5
|
+
onPress: (tileId: string) => void;
|
|
6
|
+
tileSize: number;
|
|
7
|
+
cellSize: number;
|
|
8
|
+
boardPadding: number;
|
|
9
|
+
}
|
|
10
|
+
export declare const TileItem: React.NamedExoticComponent<TileItemProps>;
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=TileItem.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TileItem.d.ts","sourceRoot":"","sources":["../../../../../../src/games/tile-home/components/TileItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAEpD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAI7C,UAAU,aAAa;IACrB,IAAI,EAAE,IAAI,CAAC;IACX,OAAO,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;CACtB;AAwED,eAAO,MAAM,QAAQ,2CAgBnB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TileSlot.d.ts","sourceRoot":"","sources":["../../../../../../src/games/tile-home/components/TileSlot.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6B,MAAM,OAAO,CAAC;AAIlD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAiB7C,UAAU,aAAa;IACrB,KAAK,EAAE,IAAI,EAAE,CAAC;CACf;AAmGD,eAAO,MAAM,QAAQ,2CAAgC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WhackAMole.d.ts","sourceRoot":"","sources":["../../../../../src/games/whack-a-mole/WhackAMole.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"WhackAMole.d.ts","sourceRoot":"","sources":["../../../../../src/games/whack-a-mole/WhackAMole.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAYvE,OAAO,EAAY,KAAK,SAAS,EAAyB,MAAM,6BAA6B,CAAC;AAE9F,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CA0Q1C,CAAC"}
|
|
@@ -1,35 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
export declare const WHACK_A_MOLE_THEME: import("../../services/GamesConstants").GameSettingsTheme;
|
|
2
2
|
export declare const WHACK_A_MOLE_CONSTANTS: {
|
|
3
|
-
readonly moleSpawnInterval:
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
readonly
|
|
9
|
-
readonly easy: 2500;
|
|
10
|
-
readonly medium: 2000;
|
|
11
|
-
readonly hard: 1500;
|
|
12
|
-
};
|
|
13
|
-
readonly moleVisibleDuration: {
|
|
14
|
-
readonly easy: 2500;
|
|
15
|
-
readonly medium: 2000;
|
|
16
|
-
readonly hard: 1500;
|
|
17
|
-
};
|
|
18
|
-
readonly gridSize: {
|
|
19
|
-
readonly easy: 3;
|
|
20
|
-
readonly medium: 3;
|
|
21
|
-
readonly hard: 4;
|
|
22
|
-
};
|
|
23
|
-
readonly pointsPerMole: {
|
|
24
|
-
readonly easy: 100;
|
|
25
|
-
readonly medium: 150;
|
|
26
|
-
readonly hard: 200;
|
|
27
|
-
};
|
|
28
|
-
readonly gameDuration: {
|
|
29
|
-
readonly easy: 60;
|
|
30
|
-
readonly medium: 120;
|
|
31
|
-
readonly hard: 180;
|
|
32
|
-
};
|
|
3
|
+
readonly moleSpawnInterval: 1500;
|
|
4
|
+
readonly moleAppearDuration: 2000;
|
|
5
|
+
readonly moleVisibleDuration: 2000;
|
|
6
|
+
readonly gridSize: 3;
|
|
7
|
+
readonly pointsPerMole: 150;
|
|
8
|
+
readonly gameDuration: 120;
|
|
33
9
|
};
|
|
34
10
|
export declare const WHACK_A_MOLE_GAME_CONFIG: {
|
|
35
11
|
readonly GRID_SIZE: 3;
|
|
@@ -54,31 +30,29 @@ export declare const WHACK_A_MOLE_ANIMATION_CONFIG: {
|
|
|
54
30
|
};
|
|
55
31
|
};
|
|
56
32
|
export declare const WHACK_A_MOLE_COLORS: {
|
|
57
|
-
readonly BACKGROUND: "#
|
|
33
|
+
readonly BACKGROUND: "#3a3a5e";
|
|
34
|
+
readonly PRIMARY: "#ffffff";
|
|
58
35
|
readonly SCORE_BOARD: "#1B5E20";
|
|
59
36
|
readonly HOLE: "#3E2723";
|
|
60
37
|
readonly HOLE_BORDER: "#5D4037";
|
|
61
38
|
readonly HOLE_SHADOW: "#2E2E2E";
|
|
62
39
|
readonly MOLE_SHADOW: "rgba(0,0,0,0.3)";
|
|
63
|
-
readonly
|
|
64
|
-
readonly
|
|
40
|
+
readonly SCORE_BACKGROUND: string;
|
|
41
|
+
readonly SCORE_BORDER: string;
|
|
42
|
+
readonly SCORE_TEXT: string;
|
|
65
43
|
readonly TIMER_TEXT: "#FF5722";
|
|
66
|
-
readonly UI: "#
|
|
67
|
-
readonly
|
|
68
|
-
readonly
|
|
44
|
+
readonly UI: "#ffffff";
|
|
45
|
+
readonly BUTTON_COLOR: string;
|
|
46
|
+
readonly BUTTON_BORDER: string;
|
|
69
47
|
readonly TEXT_PRIMARY: "#FFFFFF";
|
|
70
48
|
readonly TEXT_SECONDARY: "#E8F5E8";
|
|
71
49
|
readonly WHITE: "#FFFFFF";
|
|
72
|
-
readonly START_BUTTON: "#4CAF50";
|
|
73
50
|
readonly HIT_EFFECT_OUTER: "#FFD700";
|
|
74
51
|
readonly HIT_EFFECT_INNER: "#FFA500";
|
|
75
|
-
readonly
|
|
76
|
-
readonly
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
readonly easy: "Moles appear slower and stay longer";
|
|
81
|
-
readonly medium: "Balanced mole speed and timing";
|
|
82
|
-
readonly hard: "Fast moles, quick reflexes needed!";
|
|
52
|
+
readonly GAME_OVER_BG: string;
|
|
53
|
+
readonly GAME_OVER_BORDER: string;
|
|
54
|
+
readonly GAME_OVER_BUTTON: "#ffffff";
|
|
55
|
+
readonly GAME_OVER_BUTTON_BORDER: "#ffffff";
|
|
56
|
+
readonly GAME_OVER_BUTTON_TEXT: "#000000";
|
|
83
57
|
};
|
|
84
58
|
//# sourceMappingURL=WhackAMoleConstants.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WhackAMoleConstants.d.ts","sourceRoot":"","sources":["../../../../../src/games/whack-a-mole/WhackAMoleConstants.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"WhackAMoleConstants.d.ts","sourceRoot":"","sources":["../../../../../src/games/whack-a-mole/WhackAMoleConstants.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,kBAAkB,2DAAmD,CAAC;AAGnF,eAAO,MAAM,sBAAsB;;;;;;;CAOzB,CAAC;AAEX,eAAO,MAAM,wBAAwB;;;;;;;;CAQ3B,CAAC;AAEX,eAAO,MAAM,6BAA6B;;;;;;;;;;;;CAYhC,CAAC;AAEX,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;CAyBtB,CAAC"}
|
|
@@ -30,10 +30,8 @@ export declare const useWhackAMoleStore: import("zustand").UseBoundStore<Omit<im
|
|
|
30
30
|
} | undefined): () => void;
|
|
31
31
|
};
|
|
32
32
|
}>;
|
|
33
|
-
export declare const
|
|
34
|
-
|
|
35
|
-
gameOver: boolean;
|
|
36
|
-
};
|
|
33
|
+
export declare const useIsPlaying: () => boolean;
|
|
34
|
+
export declare const useGameOver: () => boolean;
|
|
37
35
|
export declare const useScore: () => number;
|
|
38
36
|
export declare const useTimeLeft: () => number;
|
|
39
37
|
export declare const useActiveHoles: () => Hole[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WhackAMoleStore.d.ts","sourceRoot":"","sources":["../../../../../src/games/whack-a-mole/WhackAMoleStore.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,qBAAqB,CAAC;AAKhD,MAAM,WAAW,SAAS;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,MAAM,WAAW,eAAgB,SAAQ,SAAS;IAChD,KAAK,EAAE,IAAI,EAAE,CAAC;IAGd,SAAS,EAAE,CAAC,YAAY,CAAC,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9D,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,SAAS,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACrD,WAAW,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,aAAa,EAAE,MAAM,IAAI,CAAC;IAC1B,QAAQ,EAAE,CAAC,KAAK,EAAE,IAAI,EAAE,KAAK,IAAI,CAAC;IAClC,YAAY,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,cAAc,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,gBAAgB,EAAE,CAAC,OAAO,EAAE,KAAK,CAAC;QAAE,MAAM,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,OAAO,CAAA;KAAE,CAAC,KAAK,IAAI,CAAC;CACnF;AAgBD,eAAO,MAAM,kBAAkB;;;;;;;;
|
|
1
|
+
{"version":3,"file":"WhackAMoleStore.d.ts","sourceRoot":"","sources":["../../../../../src/games/whack-a-mole/WhackAMoleStore.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,qBAAqB,CAAC;AAKhD,MAAM,WAAW,SAAS;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,MAAM,WAAW,eAAgB,SAAQ,SAAS;IAChD,KAAK,EAAE,IAAI,EAAE,CAAC;IAGd,SAAS,EAAE,CAAC,YAAY,CAAC,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9D,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,SAAS,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACrD,WAAW,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,aAAa,EAAE,MAAM,IAAI,CAAC;IAC1B,QAAQ,EAAE,CAAC,KAAK,EAAE,IAAI,EAAE,KAAK,IAAI,CAAC;IAClC,YAAY,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,cAAc,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,gBAAgB,EAAE,CAAC,OAAO,EAAE,KAAK,CAAC;QAAE,MAAM,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,OAAO,CAAA;KAAE,CAAC,KAAK,IAAI,CAAC;CACnF;AAgBD,eAAO,MAAM,kBAAkB;;;;;;;;EAyI9B,CAAC;AAGF,eAAO,MAAM,YAAY,eAAqD,CAAC;AAC/E,eAAO,MAAM,WAAW,eAAoD,CAAC;AAE7E,eAAO,MAAM,QAAQ,cAAiD,CAAC;AACvE,eAAO,MAAM,WAAW,cAAoD,CAAC;AAG7E,eAAO,MAAM,cAAc,cASvB,CAAC;AAGL,eAAO,MAAM,WAAW,GAAI,QAAQ,MAAM,qBACmE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GameBackground.d.ts","sourceRoot":"","sources":["../../../../../../src/games/whack-a-mole/components/GameBackground.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"GameBackground.d.ts","sourceRoot":"","sources":["../../../../../../src/games/whack-a-mole/components/GameBackground.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAmIvC,UAAU,mBAAmB;IAC3B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAgMvD,CAAC"}
|
|
@@ -8,6 +8,6 @@ interface GameGridProps {
|
|
|
8
8
|
onHolePress: (holeId: number) => void;
|
|
9
9
|
gridSize?: number;
|
|
10
10
|
}
|
|
11
|
-
export declare const GameGrid: React.
|
|
11
|
+
export declare const GameGrid: React.NamedExoticComponent<GameGridProps>;
|
|
12
12
|
export {};
|
|
13
13
|
//# sourceMappingURL=GameGrid.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GameGrid.d.ts","sourceRoot":"","sources":["../../../../../../src/games/whack-a-mole/components/GameGrid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAC3D,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"GameGrid.d.ts","sourceRoot":"","sources":["../../../../../../src/games/whack-a-mole/components/GameGrid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAC3D,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAC;AAKjD,UAAU,aAAa;IACrB,KAAK,EAAE,IAAI,EAAE,CAAC;IACd,cAAc,EAAE,WAAW,CAAC,MAAM,CAAC,EAAE,CAAC;IACtC,aAAa,EAAE,WAAW,CAAC,MAAM,CAAC,EAAE,CAAC;IACrC,WAAW,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAkED,eAAO,MAAM,QAAQ,2CAAgC,CAAC"}
|
|
@@ -8,6 +8,6 @@ interface GameHoleProps {
|
|
|
8
8
|
onPress: (holeId: number) => void;
|
|
9
9
|
holeSize?: number;
|
|
10
10
|
}
|
|
11
|
-
export declare const GameHole: React.
|
|
11
|
+
export declare const GameHole: React.NamedExoticComponent<GameHoleProps>;
|
|
12
12
|
export {};
|
|
13
13
|
//# sourceMappingURL=GameHole.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GameHole.d.ts","sourceRoot":"","sources":["../../../../../../src/games/whack-a-mole/components/GameHole.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"GameHole.d.ts","sourceRoot":"","sources":["../../../../../../src/games/whack-a-mole/components/GameHole.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA0B,MAAM,OAAO,CAAC;AAE/C,OAAiB,EASf,KAAK,WAAW,EACjB,MAAM,yBAAyB,CAAC;AAGjC,OAAO,EAAE,KAAK,IAAI,EAAuB,MAAM,sBAAsB,CAAC;AAGtE,UAAU,aAAa;IACrB,IAAI,EAAE,IAAI,CAAC;IACX,aAAa,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IACnC,YAAY,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAClC,OAAO,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAqJD,eAAO,MAAM,QAAQ,2CAQnB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ScoreBoard.d.ts","sourceRoot":"","sources":["../../../../../../src/games/whack-a-mole/components/ScoreBoard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"ScoreBoard.d.ts","sourceRoot":"","sources":["../../../../../../src/games/whack-a-mole/components/ScoreBoard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,UAAU,eAAe;IACvB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAsB/C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WordSearch.d.ts","sourceRoot":"","sources":["../../../../../src/games/word-search/WordSearch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAUvE,OAAO,EAAY,KAAK,SAAS,EAAyB,MAAM,6BAA6B,CAAC;AAI9F,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAoI1C,CAAC"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
export declare const WORD_SEARCH_THEME: import("../../services/GamesConstants").GameSettingsTheme;
|
|
2
|
+
export declare const WORD_SEARCH_COLORS: {
|
|
3
|
+
BACKGROUND: string;
|
|
4
|
+
PRIMARY: string;
|
|
5
|
+
CELL_BACKGROUND: string;
|
|
6
|
+
CELL_BORDER: string;
|
|
7
|
+
CELL_TEXT: string;
|
|
8
|
+
SELECTION_COLOR: string;
|
|
9
|
+
FOUND_WORD_COLOR: string;
|
|
10
|
+
SCORE_BACKGROUND: string;
|
|
11
|
+
SCORE_BORDER: string;
|
|
12
|
+
SCORE_TEXT: string;
|
|
13
|
+
BUTTON_COLOR: string;
|
|
14
|
+
BUTTON_BORDER: string;
|
|
15
|
+
WORD_LIST_FOUND: string;
|
|
16
|
+
WORD_LIST_UNFOUND: string;
|
|
17
|
+
GAME_OVER_BG: string;
|
|
18
|
+
GAME_OVER_BORDER: string;
|
|
19
|
+
GAME_OVER_BUTTON: string;
|
|
20
|
+
GAME_OVER_BUTTON_BORDER: string;
|
|
21
|
+
GAME_OVER_BUTTON_TEXT: string;
|
|
22
|
+
};
|
|
23
|
+
export declare const WORD_SEARCH_GAME_CONFIG: {
|
|
24
|
+
GRID_SIZE: number;
|
|
25
|
+
WORDS_COUNT: number;
|
|
26
|
+
CELL_SIZE: number;
|
|
27
|
+
CELL_MARGIN: number;
|
|
28
|
+
BOARD_PADDING: number;
|
|
29
|
+
ANIMATION_DURATION: number;
|
|
30
|
+
TIME_LIMIT: number;
|
|
31
|
+
};
|
|
32
|
+
export declare const WORD_LISTS: string[];
|
|
33
|
+
export declare const DIRECTIONS: readonly [{
|
|
34
|
+
readonly dx: 1;
|
|
35
|
+
readonly dy: 0;
|
|
36
|
+
readonly name: "right";
|
|
37
|
+
}, {
|
|
38
|
+
readonly dx: 0;
|
|
39
|
+
readonly dy: 1;
|
|
40
|
+
readonly name: "down";
|
|
41
|
+
}, {
|
|
42
|
+
readonly dx: 1;
|
|
43
|
+
readonly dy: 1;
|
|
44
|
+
readonly name: "diagonal-down-right";
|
|
45
|
+
}, {
|
|
46
|
+
readonly dx: -1;
|
|
47
|
+
readonly dy: 1;
|
|
48
|
+
readonly name: "diagonal-down-left";
|
|
49
|
+
}, {
|
|
50
|
+
readonly dx: -1;
|
|
51
|
+
readonly dy: 0;
|
|
52
|
+
readonly name: "left";
|
|
53
|
+
}, {
|
|
54
|
+
readonly dx: 0;
|
|
55
|
+
readonly dy: -1;
|
|
56
|
+
readonly name: "up";
|
|
57
|
+
}, {
|
|
58
|
+
readonly dx: -1;
|
|
59
|
+
readonly dy: -1;
|
|
60
|
+
readonly name: "diagonal-up-left";
|
|
61
|
+
}, {
|
|
62
|
+
readonly dx: 1;
|
|
63
|
+
readonly dy: -1;
|
|
64
|
+
readonly name: "diagonal-up-right";
|
|
65
|
+
}];
|
|
66
|
+
//# sourceMappingURL=WordSearchConstants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WordSearchConstants.d.ts","sourceRoot":"","sources":["../../../../../src/games/word-search/WordSearchConstants.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,iBAAiB,2DAAmD,CAAC;AAElF,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;CAoB9B,CAAC;AAEF,eAAO,MAAM,uBAAuB;;;;;;;;CAQnC,CAAC;AAEF,eAAO,MAAM,UAAU,UAk5BtB,CAAC;AAEF,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASb,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
export interface PlacedWord {
|
|
2
|
+
word: string;
|
|
3
|
+
startRow: number;
|
|
4
|
+
startCol: number;
|
|
5
|
+
direction: {
|
|
6
|
+
dx: number;
|
|
7
|
+
dy: number;
|
|
8
|
+
name: string;
|
|
9
|
+
};
|
|
10
|
+
cells: {
|
|
11
|
+
row: number;
|
|
12
|
+
col: number;
|
|
13
|
+
}[];
|
|
14
|
+
}
|
|
15
|
+
export interface GridCell {
|
|
16
|
+
letter: string;
|
|
17
|
+
row: number;
|
|
18
|
+
col: number;
|
|
19
|
+
isPartOfWord: boolean;
|
|
20
|
+
foundWordIds: string[];
|
|
21
|
+
}
|
|
22
|
+
export declare const formatScore: (score: number) => string;
|
|
23
|
+
export declare const generateWordSearchGrid: () => {
|
|
24
|
+
grid: GridCell[][];
|
|
25
|
+
placedWords: PlacedWord[];
|
|
26
|
+
};
|
|
27
|
+
export declare const getCellsInLine: (startRow: number, startCol: number, endRow: number, endCol: number) => {
|
|
28
|
+
row: number;
|
|
29
|
+
col: number;
|
|
30
|
+
}[];
|
|
31
|
+
export declare const checkWordMatch: (cells: {
|
|
32
|
+
row: number;
|
|
33
|
+
col: number;
|
|
34
|
+
}[], grid: GridCell[][], placedWords: PlacedWord[], foundWords: string[]) => PlacedWord | null;
|
|
35
|
+
//# sourceMappingURL=WordSearchService.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WordSearchService.d.ts","sourceRoot":"","sources":["../../../../../src/games/word-search/WordSearchService.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,UAAU;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC;IACpD,KAAK,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;CACvC;AAED,MAAM,WAAW,QAAQ;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,YAAY,EAAE,OAAO,CAAC;IACtB,YAAY,EAAE,MAAM,EAAE,CAAC;CACxB;AAED,eAAO,MAAM,WAAW,GAAI,OAAO,MAAM,KAAG,MAE3C,CAAC;AAuEF,eAAO,MAAM,sBAAsB,QAAO;IAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,CAAC;IAAC,WAAW,EAAE,UAAU,EAAE,CAAA;CAoExF,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,UAAU,MAAM,EAAE,UAAU,MAAM,EAAE,QAAQ,MAAM,EAAE,QAAQ,MAAM,KAAG;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,GAAG,EAAE,MAAM,CAAA;CAAE,EA+B/H,CAAC;AAEF,eAAO,MAAM,cAAc,GACzB,OAAO;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,GAAG,EAAE,MAAM,CAAA;CAAE,EAAE,EACrC,MAAM,QAAQ,EAAE,EAAE,EAClB,aAAa,UAAU,EAAE,EACzB,YAAY,MAAM,EAAE,KACnB,UAAU,GAAG,IAyBf,CAAC"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import type { GameSettings } from '../../services/UtilsService';
|
|
2
|
+
import { type GridCell, type PlacedWord } from './WordSearchService';
|
|
3
|
+
export interface SelectionState {
|
|
4
|
+
startCell: {
|
|
5
|
+
row: number;
|
|
6
|
+
col: number;
|
|
7
|
+
} | null;
|
|
8
|
+
currentCell: {
|
|
9
|
+
row: number;
|
|
10
|
+
col: number;
|
|
11
|
+
} | null;
|
|
12
|
+
selectedCells: {
|
|
13
|
+
row: number;
|
|
14
|
+
col: number;
|
|
15
|
+
}[];
|
|
16
|
+
}
|
|
17
|
+
export interface FoundWordHighlight {
|
|
18
|
+
wordId: string;
|
|
19
|
+
cells: {
|
|
20
|
+
row: number;
|
|
21
|
+
col: number;
|
|
22
|
+
}[];
|
|
23
|
+
color: string;
|
|
24
|
+
}
|
|
25
|
+
export interface WordSearchState {
|
|
26
|
+
isPlaying: boolean;
|
|
27
|
+
isGameOver: boolean;
|
|
28
|
+
isWin: boolean;
|
|
29
|
+
grid: GridCell[][];
|
|
30
|
+
gridSize: number;
|
|
31
|
+
placedWords: PlacedWord[];
|
|
32
|
+
foundWords: string[];
|
|
33
|
+
foundWordHighlights: FoundWordHighlight[];
|
|
34
|
+
selection: SelectionState;
|
|
35
|
+
score: number;
|
|
36
|
+
time: number;
|
|
37
|
+
startGame: () => void;
|
|
38
|
+
stopGame: () => void;
|
|
39
|
+
resetGame: () => void;
|
|
40
|
+
initializeGame: () => void;
|
|
41
|
+
startSelection: (row: number, col: number) => void;
|
|
42
|
+
updateSelection: (row: number, col: number) => void;
|
|
43
|
+
endSelection: (settings: GameSettings) => void;
|
|
44
|
+
decrementTime: () => void;
|
|
45
|
+
}
|
|
46
|
+
export declare const useWordSearchStore: import("zustand").UseBoundStore<Omit<import("zustand").StoreApi<WordSearchState>, "subscribe"> & {
|
|
47
|
+
subscribe: {
|
|
48
|
+
(listener: (selectedState: WordSearchState, previousSelectedState: WordSearchState) => void): () => void;
|
|
49
|
+
<U>(selector: (state: WordSearchState) => U, listener: (selectedState: U, previousSelectedState: U) => void, options?: {
|
|
50
|
+
equalityFn?: ((a: U, b: U) => boolean) | undefined;
|
|
51
|
+
fireImmediately?: boolean;
|
|
52
|
+
} | undefined): () => void;
|
|
53
|
+
};
|
|
54
|
+
}>;
|
|
55
|
+
export declare const useIsPlaying: () => boolean;
|
|
56
|
+
export declare const useIsGameOver: () => boolean;
|
|
57
|
+
export declare const useIsWin: () => boolean;
|
|
58
|
+
export declare const useGrid: () => GridCell[][];
|
|
59
|
+
export declare const useGridSize: () => number;
|
|
60
|
+
export declare const usePlacedWords: () => PlacedWord[];
|
|
61
|
+
export declare const useFoundWords: () => string[];
|
|
62
|
+
export declare const useFoundWordHighlights: () => FoundWordHighlight[];
|
|
63
|
+
export declare const useSelection: () => SelectionState;
|
|
64
|
+
export declare const useScore: () => number;
|
|
65
|
+
export declare const useTime: () => number;
|
|
66
|
+
//# sourceMappingURL=WordSearchStore.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WordSearchStore.d.ts","sourceRoot":"","sources":["../../../../../src/games/word-search/WordSearchStore.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAEhE,OAAO,EAA0D,KAAK,QAAQ,EAAE,KAAK,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAc7H,MAAM,WAAW,cAAc;IAC7B,SAAS,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAC;IAC/C,WAAW,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAC;IACjD,aAAa,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;CAC/C;AAED,MAAM,WAAW,kBAAkB;IACjC,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IACtC,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,eAAe;IAC9B,SAAS,EAAE,OAAO,CAAC;IACnB,UAAU,EAAE,OAAO,CAAC;IACpB,KAAK,EAAE,OAAO,CAAC;IACf,IAAI,EAAE,QAAQ,EAAE,EAAE,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,UAAU,EAAE,CAAC;IAC1B,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,mBAAmB,EAAE,kBAAkB,EAAE,CAAC;IAC1C,SAAS,EAAE,cAAc,CAAC;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IAEb,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,cAAc,EAAE,MAAM,IAAI,CAAC;IAC3B,cAAc,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IACnD,eAAe,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IACpD,YAAY,EAAE,CAAC,QAAQ,EAAE,YAAY,KAAK,IAAI,CAAC;IAC/C,aAAa,EAAE,MAAM,IAAI,CAAC;CAC3B;AAaD,eAAO,MAAM,kBAAkB;;;;;;;;EAqM9B,CAAC;AAEF,eAAO,MAAM,YAAY,eAAqD,CAAC;AAC/E,eAAO,MAAM,aAAa,eAAsD,CAAC;AACjF,eAAO,MAAM,QAAQ,eAAiD,CAAC;AACvE,eAAO,MAAM,OAAO,oBAAgD,CAAC;AACrE,eAAO,MAAM,WAAW,cAAoD,CAAC;AAC7E,eAAO,MAAM,cAAc,oBAAuD,CAAC;AACnF,eAAO,MAAM,aAAa,gBAAsD,CAAC;AACjF,eAAO,MAAM,sBAAsB,4BAA+D,CAAC;AACnG,eAAO,MAAM,YAAY,sBAAqD,CAAC;AAC/E,eAAO,MAAM,QAAQ,cAAiD,CAAC;AACvE,eAAO,MAAM,OAAO,cAAgD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GameBackground.d.ts","sourceRoot":"","sources":["../../../../../../src/games/word-search/components/GameBackground.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiB,MAAM,OAAO,CAAC;AA0CtC,UAAU,mBAAmB;IAC3B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAoIvD,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { GameSettings } from '../../../services/UtilsService';
|
|
3
|
+
interface GameBoardProps {
|
|
4
|
+
settings: GameSettings;
|
|
5
|
+
}
|
|
6
|
+
export declare const GameBoard: React.FC<GameBoardProps>;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=GameBoard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GameBoard.d.ts","sourceRoot":"","sources":["../../../../../../src/games/word-search/components/GameBoard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAQ5D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAC;AAWnE,UAAU,cAAc;IACtB,QAAQ,EAAE,YAAY,CAAC;CACxB;AAWD,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAiM9C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScoreBoard.d.ts","sourceRoot":"","sources":["../../../../../../src/games/word-search/components/ScoreBoard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAQvC,UAAU,eAAe;IACvB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAsB/C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WordList.d.ts","sourceRoot":"","sources":["../../../../../../src/games/word-search/components/WordList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAevC,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAmB3B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AnimationFrame.d.ts","sourceRoot":"","sources":["../../../../src/helpers/AnimationFrame.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,qBAAa,qBAAqB;IAChC,OAAO,CAAC,WAAW,CAAuB;IAC1C,OAAO,CAAC,SAAS,CAAS;IAC1B,OAAO,CAAC,QAAQ,CAAa;IAC7B,OAAO,CAAC,QAAQ,CAAS;IACzB,OAAO,CAAC,QAAQ,CAAK;gBAET,QAAQ,EAAE,MAAM,IAAI,EAAE,QAAQ,GAAE,MAAY;IAKxD;;OAEG;IACH,KAAK,IAAI,IAAI;IAQb;;OAEG;IACH,IAAI,IAAI,IAAI;IAQZ;;OAEG;IACH,OAAO,CAAC,IAAI,CAYV;IAEF;;OAEG;IACH,cAAc,CAAC,QAAQ,EAAE,MAAM,IAAI,GAAG,IAAI;IAI1C;;OAEG;IACH,cAAc,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI;CAGvC;AAED;;GAEG;AACH,wBAAgB,iBAAiB,
|
|
1
|
+
{"version":3,"file":"AnimationFrame.d.ts","sourceRoot":"","sources":["../../../../src/helpers/AnimationFrame.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,qBAAa,qBAAqB;IAChC,OAAO,CAAC,WAAW,CAAuB;IAC1C,OAAO,CAAC,SAAS,CAAS;IAC1B,OAAO,CAAC,QAAQ,CAAa;IAC7B,OAAO,CAAC,QAAQ,CAAS;IACzB,OAAO,CAAC,QAAQ,CAAK;gBAET,QAAQ,EAAE,MAAM,IAAI,EAAE,QAAQ,GAAE,MAAY;IAKxD;;OAEG;IACH,KAAK,IAAI,IAAI;IAQb;;OAEG;IACH,IAAI,IAAI,IAAI;IAQZ;;OAEG;IACH,OAAO,CAAC,IAAI,CAYV;IAEF;;OAEG;IACH,cAAc,CAAC,QAAQ,EAAE,MAAM,IAAI,GAAG,IAAI;IAI1C;;OAEG;IACH,cAAc,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI;CAGvC;AAED;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,QAAQ,EAAE,MAAM,IAAI,EAAE,QAAQ,GAAE,MAAY,EAAE,YAAY,GAAE,KAAK,CAAC,cAAmB,GAAG,IAAI,CA+B7H;AAED;;GAEG;AACH,wBAAgB,wBAAwB,CAAC,QAAQ,GAAE,MAAY,GAAG,qBAAqB,CAgBtF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AnimationTracker.d.ts","sourceRoot":"","sources":["../../../../src/helpers/AnimationTracker.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED;;GAEG;AACH,eAAO,MAAM,uBAAuB,EAAE,cAMrC,CAAC;AAEF;;;GAGG;AACH,qBAAa,gBAAiB,SAAQ,GAAG,CAAC,MAAM,EAAE,cAAc,CAAC;;IAK/D;;OAEG;IACH,GAAG,CAAC,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,CAAC,cAAc,CAAC,GAAG,IAAI;IAOrD;;OAEG;IACH,UAAU,CAAC,EAAE,EAAE,MAAM,EAAE,YAAY,CAAC,EAAE,OAAO,CAAC,cAAc,CAAC,GAAG,cAAc;IAS9E;;OAEG;IACH,WAAW,CAAC,OAAO,EAAE,KAAK,CAAC;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,OAAO,CAAC,cAAc,CAAC,CAAA;KAAE,CAAC,GAAG,IAAI;CAKlF;AAED;;GAEG;AACH,wBAAgB,mBAAmB,IAAI,gBAAgB,CAEtD;AAED;;GAEG;AACH,wBAAgB,oBAAoB,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,
|
|
1
|
+
{"version":3,"file":"AnimationTracker.d.ts","sourceRoot":"","sources":["../../../../src/helpers/AnimationTracker.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED;;GAEG;AACH,eAAO,MAAM,uBAAuB,EAAE,cAMrC,CAAC;AAEF;;;GAGG;AACH,qBAAa,gBAAiB,SAAQ,GAAG,CAAC,MAAM,EAAE,cAAc,CAAC;;IAK/D;;OAEG;IACH,GAAG,CAAC,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,CAAC,cAAc,CAAC,GAAG,IAAI;IAOrD;;OAEG;IACH,UAAU,CAAC,EAAE,EAAE,MAAM,EAAE,YAAY,CAAC,EAAE,OAAO,CAAC,cAAc,CAAC,GAAG,cAAc;IAS9E;;OAEG;IACH,WAAW,CAAC,OAAO,EAAE,KAAK,CAAC;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,OAAO,CAAC,cAAc,CAAC,CAAA;KAAE,CAAC,GAAG,IAAI;CAKlF;AAED;;GAEG;AACH,wBAAgB,mBAAmB,IAAI,gBAAgB,CAEtD;AAED;;GAEG;AACH,wBAAgB,oBAAoB,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,YAAY,EAAE,CAAC,MAAM,CAAC,CAAC,EAAE,GAAG,MAAM,CAAC,MAAM,CAAC,EAAE,gBAAgB,CAAC,CAYhI"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ErrorHandler.d.ts","sourceRoot":"","sources":["../../../../src/helpers/ErrorHandler.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,oBAAY,aAAa;IACvB,oBAAoB,yBAAyB;IAC7C,eAAe,oBAAoB;IACnC,aAAa,kBAAkB;IAC/B,WAAW,gBAAgB;IAC3B,YAAY,iBAAiB;IAC7B,aAAa,kBAAkB;IAC/B,iBAAiB,sBAAsB;IACvC,aAAa,kBAAkB;IAC/B,aAAa,kBAAkB;CAChC;AAED;;GAEG;AACH,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,aAAa,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CAC/B;AAED;;GAEG;AACH,MAAM,WAAW,kBAAkB;IACjC,aAAa,EAAE,OAAO,CAAC;IACvB,mBAAmB,EAAE,OAAO,CAAC;IAC7B,eAAe,EAAE,MAAM,CAAC;IACxB,mBAAmB,EAAE,OAAO,CAAC;IAC7B,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,SAAS,KAAK,IAAI,CAAC;CACtC;AAED;;GAEG;AACH,eAAO,MAAM,oBAAoB,EAAE,kBAKlC,CAAC;AAEF;;GAEG;AACH,qBAAa,gBAAgB;IAC3B,OAAO,CAAC,MAAM,CAAqB;IACnC,OAAO,CAAC,YAAY,CAAmB;IACvC,OAAO,CAAC,WAAW,CAAyC;gBAEhD,MAAM,GAAE,OAAO,CAAC,kBAAkB,CAAM;IAIpD;;OAEG;IACH,WAAW,
|
|
1
|
+
{"version":3,"file":"ErrorHandler.d.ts","sourceRoot":"","sources":["../../../../src/helpers/ErrorHandler.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,oBAAY,aAAa;IACvB,oBAAoB,yBAAyB;IAC7C,eAAe,oBAAoB;IACnC,aAAa,kBAAkB;IAC/B,WAAW,gBAAgB;IAC3B,YAAY,iBAAiB;IAC7B,aAAa,kBAAkB;IAC/B,iBAAiB,sBAAsB;IACvC,aAAa,kBAAkB;IAC/B,aAAa,kBAAkB;CAChC;AAED;;GAEG;AACH,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,aAAa,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CAC/B;AAED;;GAEG;AACH,MAAM,WAAW,kBAAkB;IACjC,aAAa,EAAE,OAAO,CAAC;IACvB,mBAAmB,EAAE,OAAO,CAAC;IAC7B,eAAe,EAAE,MAAM,CAAC;IACxB,mBAAmB,EAAE,OAAO,CAAC;IAC7B,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,SAAS,KAAK,IAAI,CAAC;CACtC;AAED;;GAEG;AACH,eAAO,MAAM,oBAAoB,EAAE,kBAKlC,CAAC;AAEF;;GAEG;AACH,qBAAa,gBAAgB;IAC3B,OAAO,CAAC,MAAM,CAAqB;IACnC,OAAO,CAAC,YAAY,CAAmB;IACvC,OAAO,CAAC,WAAW,CAAyC;gBAEhD,MAAM,GAAE,OAAO,CAAC,kBAAkB,CAAM;IAIpD;;OAEG;IACH,WAAW,CAAC,IAAI,EAAE,aAAa,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI;IAmCvG;;OAEG;IACH,YAAY,CAAC,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,CAAC;IAqBpG;;OAEG;IACH,WAAW,CAAC,CAAC,EAAE,EAAE,EAAE,MAAM,CAAC,EAAE,QAAQ,EAAE,CAAC,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,CAAC;IAStF;;OAEG;IACG,gBAAgB,CAAC,CAAC,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC,CAAC,CAAC,EAAE,QAAQ,EAAE,CAAC,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,CAAC,CAAC;IASnH;;OAEG;IACH,aAAa,IAAI;QACf,WAAW,EAAE,MAAM,CAAC;QACpB,YAAY,EAAE,MAAM,CAAC,aAAa,EAAE,MAAM,CAAC,CAAC;QAC5C,YAAY,EAAE,SAAS,EAAE,CAAC;KAC3B;IAaD;;OAEG;IACH,YAAY,IAAI,IAAI;IAKpB;;OAEG;IACH,YAAY,CAAC,MAAM,EAAE,OAAO,CAAC,kBAAkB,CAAC,GAAG,IAAI;IAIvD;;OAEG;IACH,OAAO,CAAC,QAAQ;CAQjB;AAED;;GAEG;AACH,eAAO,MAAM,kBAAkB,kBAAyB,CAAC;AAEzD;;GAEG;AACH,wBAAgB,mBAAmB,CACjC,MAAM,EAAE,MAAM,EACd,MAAM,GAAE,OAAO,CAAC,kBAAkB,CAAM,GACvC;IACD,WAAW,EAAE,CAAC,IAAI,EAAE,aAAa,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,KAAK,IAAI,CAAC;IAC3F,YAAY,EAAE,CAAC,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,SAAS,EAAE,aAAa,KAAK,CAAC,CAAC;IACxF,WAAW,EAAE,CAAC,CAAC,EAAE,EAAE,EAAE,MAAM,CAAC,EAAE,QAAQ,EAAE,CAAC,EAAE,SAAS,EAAE,aAAa,KAAK,CAAC,CAAC;IAC1E,gBAAgB,EAAE,CAAC,CAAC,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC,CAAC,CAAC,EAAE,QAAQ,EAAE,CAAC,EAAE,SAAS,EAAE,aAAa,KAAK,OAAO,CAAC,CAAC,CAAC,CAAC;IACjG,UAAU,EAAE,UAAU,CAAC,gBAAgB,CAAC,eAAe,CAAC,CAAC,CAAC;CAC3D,CA2CA;AAED;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,EACjE,EAAE,EAAE,CAAC,EACL,MAAM,EAAE,MAAM,EACd,SAAS,GAAE,aAA2C,GACrD,CAAC,CAEH;AAED;;GAEG;AACH,eAAO,MAAM,UAAU;IACrB;;OAEG;+BACwB,MAAM,IAAI,UAAU,MAAM,aAAa,MAAM,IAAI,KAAG,IAAI;IAInF;;OAEG;6BACsB,MAAM,IAAI,UAAU,MAAM,KAAG,IAAI;IAI1D;;OAEG;2BACoB,MAAM,IAAI,UAAU,MAAM,KAAG,IAAI;IAIxD;;OAEG;6BACsB,MAAM,IAAI,UAAU,MAAM,KAAG,IAAI;CAG3D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GameControlButton.d.ts","sourceRoot":"","sources":["../../../../src/helpers/GameControlButton.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"GameControlButton.d.ts","sourceRoot":"","sources":["../../../../src/helpers/GameControlButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAyBjD,MAAM,WAAW,sBAAsB;IACrC,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,OAAO,CAAC;IAClB,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,iBAAiB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC/B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CA4J9D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GameOverModal.d.ts","sourceRoot":"","sources":["../../../../src/helpers/GameOverModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,UAAU,kBAAkB;IAC1B,SAAS,EAAE,OAAO,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;IAC3C,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,
|
|
1
|
+
{"version":3,"file":"GameOverModal.d.ts","sourceRoot":"","sources":["../../../../src/helpers/GameOverModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,UAAU,kBAAkB;IAC1B,SAAS,EAAE,OAAO,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;IAC3C,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CA6DtD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GameSettingsModal.d.ts","sourceRoot":"","sources":["../../../../src/helpers/GameSettingsModal.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"GameSettingsModal.d.ts","sourceRoot":"","sources":["../../../../src/helpers/GameSettingsModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAGjD,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAE7D,MAAM,WAAW,iBAAiB;IAChC,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,YAAY,CAAC;IACvB,gBAAgB,CAAC,EAAE,CAAC,QAAQ,EAAE,YAAY,KAAK,IAAI,CAAC;CACrD;AAyDD,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CA8EzD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ParticleBlast.d.ts","sourceRoot":"","sources":["../../../../src/helpers/ParticleBlast.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAkBnD,UAAU,kBAAkB;IAC1B,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,MAAM,CAAC,EAAE,SAAS,MAAM,EAAE,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;CACzB;AAED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,
|
|
1
|
+
{"version":3,"file":"ParticleBlast.d.ts","sourceRoot":"","sources":["../../../../src/helpers/ParticleBlast.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAkBnD,UAAU,kBAAkB;IAC1B,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,MAAM,CAAC,EAAE,SAAS,MAAM,EAAE,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;CACzB;AAED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CA2HtD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ScoreBoardContainer.d.ts","sourceRoot":"","sources":["../../../../src/helpers/ScoreBoardContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"ScoreBoardContainer.d.ts","sourceRoot":"","sources":["../../../../src/helpers/ScoreBoardContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,MAAM,WAAW,wBAAwB;IACvC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CAoClE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"apple-fruit.d.ts","sourceRoot":"","sources":["../../../../../src/helpers/assets/apple-fruit.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwB,MAAM,OAAO,CAAC;AAI7C,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,CAiEhD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"avocado-item.d.ts","sourceRoot":"","sources":["../../../../../src/helpers/assets/avocado-item.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwB,MAAM,OAAO,CAAC;AAI7C,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,CA2DjD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"banana-fruit.d.ts","sourceRoot":"","sources":["../../../../../src/helpers/assets/banana-fruit.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwB,MAAM,OAAO,CAAC;AAI7C,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,CA6DjD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bomb-item.d.ts","sourceRoot":"","sources":["../../../../../src/helpers/assets/bomb-item.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwB,MAAM,OAAO,CAAC;AAI7C,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,CAuC9C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"broccoli-item.d.ts","sourceRoot":"","sources":["../../../../../src/helpers/assets/broccoli-item.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwB,MAAM,OAAO,CAAC;AAI7C,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,CAqElD,CAAC"}
|