Skip to content

A logic-based word game inspired by Wordle, built with Next.js. In Binary Wordle, players attempt to guess a secret 5-letter binary word (composed of 1s and 0s) within a limited number of tries, with visual feedback provided for each guess.

Notifications You must be signed in to change notification settings

zehan12/Binary-Wordle

Repository files navigation

🧠 Binary Wordle

A fun twist on the classic Wordle game – guess the hidden binary word!
Built with Next.js, Tailwind CSS, and React animations.


🚀 Features

  • 🎯 Guess a 5-letter binary word (e.g., 10101)
  • 🎨 Animated feedback for correct, misplaced, and incorrect bits
  • ⌨️ Keyboard input support
  • 🔁 Daily puzzle logic (optional)

🛠 Tech Stack


🧩 How to Play

  • The word is a 5-bit binary string (e.g., 01110)
  • Green cell = Correct bit and position
  • Yellow cell = Bit exists but in the wrong position
  • Gray cell = Bit is not in the word
  • You have 6 attempts to guess correctly!

🖥️ Running Locally

# Clone the repo
git clone https://github.com/your-username/binary-wordle.git
cd binary-wordle

# Install dependencies
npm install

# Run the development server
npm run dev

# Open http://localhost:3000 in your browser

About

A logic-based word game inspired by Wordle, built with Next.js. In Binary Wordle, players attempt to guess a secret 5-letter binary word (composed of 1s and 0s) within a limited number of tries, with visual feedback provided for each guess.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published