Skip to content

Releases: rahimrahman/reactnative-Bingo

Restart Button

Restart Button Pre-release
Pre-release

Choose a tag to compare

@rahimrahman rahimrahman released this 27 Nov 04:46
  • 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

Pre-release

Choose a tag to compare

@rahimrahman rahimrahman released this 19 Nov 13:25
  • 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

0.3.0: Bingo Check Pre-release
Pre-release

Choose a tag to compare

@rahimrahman rahimrahman released this 04 Nov 16:19
  • Show user that they've completed the Bingo game when they get 5 across (diagonal, horizontal, vertical)