A sample React Native mobile app for iOS & Android
$ npm install
$ react-native run-ios
or (if you have Android emulator running or actual physical Android device)
$ npm install
$ react-native run-android
- Separate Bingo core functions so can be reused (for web app)
- Randomize cell numbers & use US Bingo rules
- User can mark 5 across (vertical, horizontal, diagonal) & BINGO
- Show random Bingo numbers until user wins
- Restart button
- Display Bingo Balls with proper letter & digit (ex B1, I22, G47, etc.)
- Display Bingo Balls on a Scroll View
- Clean-up & Refactoring (?)
- Make it pretty
- Test
- Web version (using same Bingo core)