Skip to content

Releases: FMeinicke/Bingo_App

Final version

06 Nov 20:28
Compare
Choose a tag to compare

Final version

This is the final version of this project.
It includes some minor changes and bug fixes:

Features

  • When you enter a bingo number while playing the game with more than one scorecard there will be a popup showing on which of your cards this particular number was also marked
  • You can "scan" a bingo scorecard now (basically just take a picture of the card - just for fun)

Under the hood

  • Some refactoring involving lambdas getting moved to separate member functions to make the code more readable

Try out the game

Just download and install the suitable APK from below.

MVP version 2

29 Oct 17:14
Compare
Choose a tag to compare

MVP 2 release

Features

  • Play with multiple random scorecards (restricted to a maximum number of 20)
  • You can now create custom scorecards by entering the numbers on the card yourself
  • You can now select whether you want to detect diagonal bingos, as well (true by default)

UI/UX improvements

  • After you had a bingo you cannot enter any more numbers to mark on the scorecard. You have to restart the game or start a new game.
  • When you play with multiple scorecards and get bingo on a card that is not in your current view, the view will scroll to that particular card.
  • When you create your custom scorecard(s) you get a nice error message popup if you input an invalid number
  • The keyboard will now stay open during the game so you don't have to tap on the input field every time again

Under the hood

  • Use the C++ versions for the generation of random numbers
  • Rely more on the STL and standard algorithms

MVP version 1

29 Oct 17:01
Compare
Choose a tag to compare

MVP 1 release

Features:

  • Play with one random scorecard
  • Enter the number that has been called out and it will be automatically selected on your scorecard
  • Reset your scorecard (i.e. remove all markers from the card)
  • Get a completely new and empty scorecard
  • Automatic bingo detection in horizontal and vertical direction