100 Days of Code Day 26
I passed the first quarter, hooray! For the leap year calculation exercism wanted me to combine my code into one statement. I think it is easier to read as-is so I left it.
I went back to trying to make the select player dialog work/look better. It doesn’t work because regardless of what radio buttons I click it thinks both are set to Human always. They also don’t paint right or select right after setting them up. They are both blank, if you hover over each you can select them all. Clearly something is wrong. I think I need to just redesign the whole thing to just use buttons (Human vs Human, Computer vs Computer, Human X vs Computer O, Computer X vs Human O, and Cancel). At least it looks nicer than yesterday.
