JKLM Word Suggester is a Chrome extension designed to enhance the "Bomb Party" mode in the JKLM game. This extension uses Vanilla JavaScript to provide word suggestions based on the characters given in the game, helping players to enter words that contain these characters in the correct order within a set time limit.
Word Suggestions: Automatically suggests words that contain the given characters in the correct order. Time Limit: Provides a countdown timer to ensure players complete their entries within the set time limit. User-Friendly Interface: Designed with simplicity in mind, making it easy for players to navigate and use the extension.
Basic understanding of JavaScript. Chrome browser installed.
git clone https://github.com/meharpreetsingh/jklm-word-suggester
cd jklm-word-suggester
npm install
To start developing, open the project in your preferred code editor. Make changes to the JavaScript files as needed. Test the extension in Chrome by loading it as an unpacked extension.
When ready to publish, create a production build:
npm run build
This command generates a ZIP file with your package name and version in the releases folder, ready for distribution.
Contributions are welcome Please feel free to submit pull requests or report issues.
This project is licensed under the MIT License - see the LICENSE file for details.
Thanks to the JKLM community for their support and feedback.