Skip to content

Releases: rahimrahman/reactnative-Bingo

Restart Button

27 Nov 04:46
Compare
Choose a tag to compare
Restart Button Pre-release
Pre-release
  • Restart button appear after user wins
  • Moved BingoCompleteModal into BingoMain.js. BingoCard.js should only be responsible for showing the 5 x 6 grid and the content + actions.

0.4.0: Randomized Bingo Balls

19 Nov 13:25
Compare
Choose a tag to compare
Pre-release
  • Slowly looking like a real Bingo Game
  • User can start/stop the game and get random bingo balls every 3 seconds.
  • User can now only select bingo numbers on the card that is on the bingo balls list.
  • Bingo is now using React Redux (https://github.com/reactjs/react-redux). Good way to master the use of Redux. Slowly understanding it now.

0.3.0: Bingo Check

04 Nov 16:19
Compare
Choose a tag to compare
0.3.0: Bingo Check Pre-release
Pre-release
  • Show user that they've completed the Bingo game when they get 5 across (diagonal, horizontal, vertical)