A Wordle-like geography game where players guess the country of the day using an interactive 3D globe. Each guess provides feedback through color-coding based on the distance from the target country.
- Interactive 3D globe visualization
- Daily country challenge
- 10 guesses per day
- Color-coded feedback system:
- Green: Correct country
- Dark Red: Very close (< 1000km)
- Red: Close (< 2500km)
- Orange: Far (< 5000km)
- Yellow: Very far (> 5000km)
- Clone the repository
- Install dependencies:
npm install
- Start the development server:
npm start
- Open http://localhost:3000 in your browser
- Each day, a new country is randomly selected
- You have 10 attempts to guess the correct country
- Type a country name and press Enter or click the "Guess" button
- The guessed country will be highlighted on the globe
- The color indicates how close you are to the target country
- Try to guess the country within 10 attempts!
- React
- Three.js
- React Globe.GL
- Chakra UI
- date-fns
MIT