this post was submitted on 07 Aug 2023
0 points (50.0% liked)

GuessR

11 readers
1 users here now

The official GuessR subreddit. Play GuessR! https://wishdog2013.github.io/GuessR/

founded 1 year ago
MODERATORS
 

This was the first type of game I ever made. Back in high school, I would make little BASIC games like this on my TI-83 graphing calculator and uploaded them to ticalc.org. It couldn't handle graphics well without knowledge of assembly code, so the types of games we could make were limited. I sure tried, though!

I forget if it's optimal to start with 34 or 50. It would be cool if GuessR would rate your performance compared to optimal play. If you get the login system working, I'll jump in and play some rounds.

top 2 comments
sorted by: hot top controversial new old
[–] kroy 2 points 1 year ago (1 children)

I was “that kid” in highschool that could put all the games on the calculator.

Love it.

FYI a simple binary search is optimal. Keep going half up or down until you get close enough to figure it out.

[–] [email protected] 1 points 1 year ago

So, like, I'd start with 64, then play either 32 or 82? Now I kind of want to automate this and test a bunch of strategies for finding a random whole number from 0 to 100. I thought someone said dividing the remaining possibilities into 3 groups was more optimal, but I forget how my testing went.