Binary bingo

Binary bingo

3 devlogs
2h 22m
Created by TheSeagullDev

An app to manage a school binary bingo event

Timeline

I added a presenter view that can be accessed by hitting P that just shows the current number as well as the current time so that a pace can be kept. I also added (not pictured) a box where you can check whether or not a given number is included

Update attachment

I did some more work to the generation system, adding localstorage so it doesnt reset if the tab is accidentally closed and also adding a reset button with a confirmation to fully reset the game.

Update attachment

I started the basic stuff today. I wrote some functions to generate random binary numbers and to be able to convert numbers to and from binary. I also wrote a very basic UI for generating random numbers and selecting their length.

Update attachment