techcsispit / Wordle-Game-JS

This project is a Simple Wordle Clone built using plain JavaScript. It includes the core game logic along with a CSS animation for revealing words. Players can guess the target word within a limited number of attempts.
0 stars 2 forks source link
css html javascript

Simple Wordle Clone

About

This project is a Simple Wordle Clone built using plain JavaScript. It includes the core game logic along with a CSS animation for revealing words. Players can guess the target word within a limited number of attempts.

Demo

Wordle game preview

Requirements

Installation

  1. Clone the repository:
    git clone https://github.com/techcsispit/Wordle-Game-JS
  2. Navigate to the project folder.
  3. Open the index.html file in your browser to start playing.

Features To Be Added

Contributing

We welcome contributions to the project. Please feel free to submit bug fixes, improvements, and features via pull requests.

  1. Creating an Issue: Before making any changes, create an issue explaining what you'd like to add or change and why
  2. Fork the repository.
  3. Create a new branch for your feature or bug fix.
  4. Commit your changes and push the branch.
  5. Submit a pull request.

Raising an Issue

If you encounter any bugs or have feature requests, please create an issue in the repository. Include detailed information to assist in addressing the problem.

Credits

CREDITS TO DoubleDebug https://github.com/DoubleDebug