This counter shows 10 squares, each square is 2x more needed (with the exception of the first one), making this counter: 2^10 or 1024 In this case Green means 0, red means 1 Press/Hold space to count by 1
This was made fairly quickly, in around 30 minutes or so, had a problem that was sort of like this: n = n + 1 if n < 1 { (This is a demonstration) set n to 0 } The problem was that the < sign was pointing the other way, therefore making the counter only work if n was lower than 1, while i was doing it counting upwards, anyways, it was a goofy mistake or so I would say.