Skip to content

ebattistini/guessing_game

Repository files navigation

Word Guessing Game - Web Version

A React + Vite + Tailwind CSS 4 version of the word guessing game.

Setup

  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev
  1. Build for production:
npm run build

Features

  • Main menu with word length selection (3-7 letters)
  • Interactive guessing game with color-coded feedback
  • Success screen with performance messages
  • Single-page application with smooth transitions
  • Responsive design with Tailwind CSS 4

Game Rules

  • Guess a word of the selected length
  • Colors indicate letter distance from target:
    • Green: Exact match (distance 0)
    • Orange: Distance 1
    • Yellow: Distance 2-4
    • Light Blue: Distance 5+

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors