games

Wordle, March 1, 2024

Wordle, March 1, 2024

Bruce Ediger

I solved Wordle™ brand video game, puzzle number 986 without computerized help, but I made a silly 3rd guess. I wondered if the solution word was the only word available after my fourth guess.

Wordle Feb 17, 2024

Wordle Feb 17, 2024

Bruce Ediger

I felt pretty happy getting this wordle in 4 guesses, as you can see. But how good was my 4th guess?

Wordle, February 3, 2024

Wordle, February 3, 2024

Bruce Ediger

I solved Wordle 959 without help, my streak is now 97. I see another opportunity to write a large regular expression that could get the answer.

Wordle, January 30, 2024

Bruce Ediger

wordle grid 955

I solved 955 without any computerized help, but I think my second-to-last guess can generate an interesting regular expression.

Algorithmic Squava Players

Bruce Ediger

squava game in progress

I have four algorithms in my second attempt at writing algorithmic “players” for the game of Squava:

  1. Alpha-beta minimaxing
  2. Alpha-beta minimaxing with a better static evaluation function
  3. Monte Carlo Tree Search
  4. Monte Carlo Tree Search with UCT child selection

At this point, all but plain MCTS (#3 above) regularly beat me. How do my programmatic squava players do against each other?

Algorithmic players Elo ratings