Enhance your Game experience with a detailed, multilingual word list to support players worldwide.
Game Word List aims to provide an extensive, organized, and easy-to-use word list for GameSketchers developers. This list includes words in multiple languages, enhancing gameplay and making it more enjoyable for all players. The word list will continuously evolve and improve through contributions, ensuring players from different parts of the world can enjoy a localized experience.
- Multilingual Support: The project supports various languages, providing words for each.
- Regular Updates: The word list is regularly updated to add more words and improve accuracy.
- Community-driven: Anyone can contribute to the project by adding new words or suggesting improvements.
This project collects words directly from XXX βApparently, saying "citraG" is illegal now πβ internal database. Some words may be incorrect or unrelated, but they originate from the game itself.
πΉ For contributions, follow the guidelines in CONTRIBUTING.md.
πΉ Fork the repository if you want to make improvements.
πΉ We appreciate feedback, but we cannot change the game's word list.
Thank you for your understanding!
The project currently supports the following languages. For each language, an estimate of the total number of words included is provided:
| Language | Word Count | Update |
|---|---|---|
| Portuguese | 11510+ | Mar 10, 25 |
| English | 7908+ | |
| Spanish | 5793+ | |
| Italian | 5607+ | |
| French | 5526+ | |
| Turkish | 3067+ | |
| Indonesian | 2720+ | |
| Chinese | 2607+ | |
| Thai | 1874+ | |
| Czech | 1691+ | |
| Russian | 1441+ | |
| Bulgarian | 1235+ | |
| Dutch | 1222+ | |
| Arabic | 1181+ | |
| Korean | 1055+ | |
| Polish | 951+ | |
| German | 950+ | |
| Vietnamese | 817+ | |
| Slovak | 752+ | |
| Azerbaijani | 500+ | |
| Romanian | 460+ | |
| Hebrew | 423+ | |
| Hungarian | 400+ | |
| Persian | 381+ | |
| Japanese | 367+ |
Note: The numbers above represent an approximate count of words for each language. These numbers may change as the project is updated.
Welcome to the Game WordList API! This project provides an easy way to fetch word lists for Game rooms using a simple JavaScript function.
To use getWordList, you need to load the script dynamically. You can do this in two ways:
fetch("https://cdn.jsdelivr.net/gh/GameSketchers/Game-WordList/src/getWordList.min.js").then((t=>t.text())).then((js=>eval(js)));const script = document.createElement("script");
script.src = "https://cdn.jsdelivr.net/gh/GameSketchers/Game-WordList/src/getWordList.min.js";
document.body.appendChild(script);You can retrieve word lists in two different ways:
const words = getWordList("324qc3");
console.log(words); // ["tofu", "vinaigrette", "meat", "parsley", "burrito", ...] This method extracts language and theme from the given code and fetches the corresponding word list.
const words = getWordList("https://cdn.jsdelivr.net/gh/GameSketchers/Game-WordList/languages/English/foods.json");
console.log(words); // ["tofu", "vinaigrette", "meat", "parsley", "burrito", ...] This method fetches word lists directly from a valid GitHub repository URL.
If you would like to contribute, please check out our repository: CONTRIBUTING.md
Happy coding! π¨π
We extend our heartfelt gratitude to the amazing people who have contributed to this project! π