$ cat overview.md
Golftl is a web-based guessing game that challenges golf enthusiasts to identify professional players based on silhouettes, various statistics, and attributes. Taking inspiration from Wordle, Golftl brings the same addictive daily challenge format to the world of professional golf.
Hey Walt, how great would it be if there was a game like wordle for golf?
Players get seven attempts to guess the featured golfer. After each guess, the game provides feedback through a comprehensive comparison table showing:
The comparison logic provides intuitive feedback using directional indicators (↑↓) and color coding to help players narrow down their guesses.
The game maintains a comprehensive database of professional golfers including:
javascript// Sample golfer data structure
{
name: "Xander Schauffele",
country: "USA",
worldRank: 2,
wins2024: 2,
top10_2024: 12,
top25_2024: 18,
age: 30,
swing: "Right"
}
The interface features a clean, minimalist design with:
$ cat features.txt