Releases: rahimrahman/reactnative-Bingo
Releases · rahimrahman/reactnative-Bingo
Restart Button
- 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
- 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
- Show user that they've completed the Bingo game when they get 5 across (diagonal, horizontal, vertical)