12/6/19

Programming Behind the Interface

Wow! What a time! Programming the interface turned out to be more of a process than any of us could have imagined. But we made it! Go team! We ran into one major of challenge, the way that the buttons worked made it so that they only showed that they were pushed down when someone was currently pressing them. While that seems like a logical occurrence, our code wasn't always checking if they were pressed, so not hitting a button at the exact time the code was checking it meant that it didn't actually register that press. But a few tweaks to the code and how we were thinking about it lead us to a nice working interface, and here we are!

back to blog city!