{{ define "content" }}

Find the hidden 4-letter word. {{ template "icon_bull" "w-4 h-4" }} Bull = right letter, right spot. {{ template "icon_cow" "w-4 h-4" }} Cow = right letter, wrong spot.

{{ template "icon_bull" "w-5 h-5 text-primary" }} Solo game

Just you and the word. Beat your high score.

{{ template "level_picker" . }}

{{ template "icon_users" "w-5 h-5 text-primary" }} Play with friends

Share the game link with others, everyone gets the same hidden words.

{{ template "level_picker" . }}
3

Play multiple rounds, every round adds to your total - highest total wins.

{{ template "icon_key" "w-5 h-5 text-primary" }} Join a game

4-letter codes join a shared game, 5-letter codes open a single game.

{{ end }} {{ template "page" . }}