Skip to content

jakeluo734/claudetest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Wordle Game

A fun and colorful implementation of the popular Wordle word-guessing game!

Features

  • 6 Attempts: Guess the 5-letter word in 6 tries or less
  • Color-Coded Feedback:
    • 🟩 Green: Letter is correct and in the right position
    • 🟨 Yellow: Letter is in the word but wrong position
    • ⬜ Gray: Letter is not in the word
  • On-Screen Keyboard: Click or use your physical keyboard
  • Smooth Animations: Flip, shake, and bounce effects
  • Statistics Tracking: Track your games played, win rate, and streak
  • Beautiful Design: Gradient background with glassmorphism effects
  • Responsive: Works great on mobile and desktop

How to Play

  1. Open index.html in your web browser
  2. Type or click letters to make a 5-letter word
  3. Press ENTER to submit your guess
  4. Use the color feedback to refine your next guess
  5. Win by guessing the word within 6 attempts!

Controls

  • Keyboard: Type letters A-Z
  • Enter: Submit your guess
  • Backspace: Delete last letter
  • On-Screen Keyboard: Click any key
  • New Game Button: Start a fresh game

Tech Stack

  • Pure HTML5
  • CSS3 with animations and modern effects
  • Vanilla JavaScript (no frameworks)
  • LocalStorage for statistics persistence

Features Implemented

  • Word validation
  • Smart letter tracking (handles duplicate letters correctly)
  • Keyboard state updates
  • Win/loss detection
  • Statistics persistence
  • Responsive design for all screen sizes
  • Fun animations and transitions

Enjoy playing! 🎮

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors