No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
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
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.
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.