Friday, November 21, 2025

And I moved into first place on soarin’

It didn't take too long for the program to start racking up points. 

I did notice that I had a mistake in my code that mishandled a certain "null value," but that was easily fixed and the percent of correct answers climbed to around 90%

I still have the issue of clicking on the map, and another issue with a bit of game play that's kind of a "rapid fire" bonus 5 questions. 

I developed it in a way that reads the question and clicks the correct answer. And it repeats, so the screen may get clicked 4-5 times when a question comes up. This was done because I have no way of knowing when the next question pops up. So I just keep reading and clicking.  

In the bonus round, there are a times when the previous answer gets clicked because the program hasn't recognized a new question came up. So I miss on some of those answers. 

I could come up with a better way of handling the next question. But it's not really worth the effort. 

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.