Skip to content

A Chrome extension for suggesting words to solve Octordle games

License

Notifications You must be signed in to change notification settings

kingan1/octordle-helper

 
 

Repository files navigation

Octordle Helper

Octordle Helper logo

This code repository is a fork of Wordle helper that I adapted to assist with solving Octordle puzzles.

Demo

The extension will narrow down the possible words based on the game state. Click on the extension to see the count and list of possible answer words remaining. The list of possible answers will update as you enter guesses. Octordle GIF Demo

Setup

You can clone the repo and load it as an unpacked extension. Please leave a review if you enjoy the extension!

Both dark mode and high contrast mode are supported based on the settings used on Wordle.

Updating the extension (Chrome Web Store)

Once the extension is ready for publishing, you need to zip the file up for upload to the Chrome Web Store via the Developer Console, which can be done via the following command from the project root:

zip octordle-helper.zip -r * -x .git/* -x *.png -x LICENSE -x README.md

From there upload the zip file to the devconsole and begin the review process. Don't forget to bump the version number in manifest.json!

About

A Chrome extension for suggesting words to solve Octordle games

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.4%
  • HTML 9.7%
  • CSS 7.9%