Skip to content

Wonderself/wordlecopy

Repository files navigation

Wordle Clone

A Wordle variant game built with Next.js, TypeScript, and Tailwind CSS.

Getting Started

  1. Install dependencies:
npm install
  1. Run the development server:
npm run dev
  1. Open http://localhost:3000 in your browser.

How to Play

  • Guess the 5-letter word in 6 tries
  • After each guess, the tiles will change color:
    • 🟩 Green: Letter is in the word and in the correct position
    • 🟨 Yellow: Letter is in the word but in the wrong position
    • ⬜ Gray: Letter is not in the word
  • Use your keyboard or click the on-screen keyboard to play

Features

  • ✅ 6x5 grid with working input
  • ✅ Color feedback system
  • ✅ Win/lose detection
  • ✅ On-screen keyboard
  • ✅ Physical keyboard support
  • ✅ Dark mode support

Next Steps

Follow the plan.md to add more features:

  • Phase 2: Choose a theme (Dev Wordle, Math Wordle, etc.)
  • Phase 3: Add animations, stats, and polish
  • Phase 4: Add extra features (hard mode, daily challenge, etc.)
  • Phase 5: Deploy to Vercel

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors