Devlog #13
Today I added two small but useful gameplay improvements to SpaceGuessr.
First, I removed hints from Daily Mode. The daily challenge is now a bit fairer because every player gets the same image without extra help. I handled this directly in the JavaScript by setting Daily Mode hints to 0, hiding the hint UI in that mode, and blocking the hint function there as a backup.
Second, I added keyboard controls for smoother gameplay. You can now press 1, 2, 3, or 4 to choose an answer and use Enter to continue to the next round after answering.
I hand’t much time the previous days, so I’m glad I could improve something today.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.