UNPKG

advanced-games-library

Version:

Advanced Gaming Library for React Native - Four Complete Games with iOS Compatibility Fixes

7 lines (6 loc) 199 B
/** * Image Puzzle Game Exports */ // Game Classes export { ImagePuzzleGame, ImagePuzzleGameFactory } from './ImagePuzzleGame'; export { ImagePuzzleGameComponent } from './ImagePuzzleGame';