Skip to content

rahimrahman/reactnative-Bingo

Repository files navigation

Bingo (v0.5.0)

A sample React Native mobile app for iOS & Android

react-bingo-ios-v050_75p

$ npm install

$ react-native run-ios

or (if you have Android emulator running or actual physical Android device)

$ npm install

$ react-native run-android

Todo:

  • 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

Extra Credits:

  • Web version (using same Bingo core)