Show HN: Periodic Table and Wordle = Elemendle

13 hours ago (elemendle.com)

Hey HN, I've been working on a little side project - a daily guessing game called Elemendle. It's similar to Wordle, but instead of guessing a word, you guess a chemical element. You get hints based on various properties like its place on the periodic table (Period, Group, Block), Type (e.g., Transition Metal, Noble Gas), Phase (Solid, Liquid, Gas), atomic number and mass.

I'm sharing it here because I'm curious what you think of it. Let me know if you enjoy it or have ideas for improvements.

Looks like I need to review my periodic table :/. But I still had fun (took me five guesses, since I wasn't making good use of the clues).

Quick question, would a binary search be a viable strategy? So starting in the middle and figuring out where to go with the various clues given?