Skip to content

Remake of Wordle, The popular word guessing game. Share codes with your friends to guess your own words!

Notifications You must be signed in to change notification settings

RapidOnGfuel/wordle-remake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordle Remake

A simple Wordle clone created using HTML, CSS, and JavaScript. This project allows you to guess a five-letter word with feedback on each guess, similar to the popular Wordle game.

Features

  • Guess a five-letter word with feedback on correct letters and positions.
  • Randomized hints to help you if you're stuck.
  • Code generation for sharing custom words with friends.
  • Responsive design and smooth user interface.

(Nerd Features)

  • Hashing for custom codes so that no one can know what word you gave them. (Base64 lol)
  • Only allow one hint per page, making sure no one gets more than one at one given time.
  • Invalid Word detection (ensuring users cant just spam letters)
  • Color coding based on guess (Green = Right Spot , Yellow = Wrong Spot , Grey = Wrong Letter)

Getting Started

Prerequisites

To run this project locally, you need to have Python installed to start a simple HTTP server.

Installation

  1. Clone the repository:

    git clone https://github.com/RapidOnGfuel/wordle-remake
    cd wordle-remake
  2. Start a local server (same place where you did cd Wordle-Remake):

    • Using Python 3:

      python -m http.server 8000
    • Using Python 2:

      python -m SimpleHTTPServer 8000
  3. Open the game:

    • Open your web browser and go to http://localhost:8000 to start playing the game.

Usage

  • Enter your guesses and receive feedback on each attempt.
  • Click the "Stuck?" button for a hint if you're having trouble.
  • Share custom words with friends using the code generation feature.

Check it out

Check out the live version of this project here: Wordle Remake

Errors:

  • Know of an Error and Want to report it? Please open a Issue, TITLE IT " ISSUE " describe your issue, along side the steps to recreate it and then I will look into the issue and fix it.

Future Updates:

  • Score Keeper (logs to browser cookies, share with friends, etc)
  • Online Leaderboard (new tab at the top)
  • Want anything added? Open an Issue, title it " FEATURE ADDITION " and put whatever u want in the desc.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request for any improvements or bug fixes, and then include what you changed.

License

This project is open-source, and available for anyone to copy as long as you credit me.

About

Remake of Wordle, The popular word guessing game. Share codes with your friends to guess your own words!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published