Skip to content

GameSketchers/Game-WordList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Game Word List

A Comprehensive Multi-Language Word List for the Games

Enhance your Game experience with a detailed, multilingual word list to support players worldwide.

πŸ“Œ Project Overview

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.

Key Features

  • 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.

❗ WordList - Important Notice

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.

⚠️ We do not manually modify words. If you find incorrect words, report them to ~.

πŸ”Ή 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!


🌍 Languages Supported

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.


πŸ“Œ Game WordList API (for Developers)

Welcome to the Game WordList API! This project provides an easy way to fetch word lists for Game rooms using a simple JavaScript function.

πŸš€ How to Use?

1️⃣ Adding the Library

To use getWordList, you need to load the script dynamically. You can do this in two ways:

Option 1: Using Fetch & Eval (Recommended)

fetch("https://cdn.jsdelivr.net/gh/GameSketchers/Game-WordList/src/getWordList.min.js").then((t=>t.text())).then((js=>eval(js)));

Option 2: Adding a Script Tag

const script = document.createElement("script");
script.src = "https://cdn.jsdelivr.net/gh/GameSketchers/Game-WordList/src/getWordList.min.js";
document.body.appendChild(script);

2️⃣ Fetching Word Lists

You can retrieve word lists in two different ways:

Method 1: Using a Room Code

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.

Method 2: Using a Direct URL

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.

🌍 Contribution

If you would like to contribute, please check out our repository: CONTRIBUTING.md

Happy coding! πŸŽ¨πŸš€


🀝 Contributors

We extend our heartfelt gratitude to the amazing people who have contributed to this project! πŸ’–

NOXY-JS ygnJavascript Qwyua anonimbiri-IsBack

View All Contributors

About

🌍 A collaborative project to create a comprehensive multilingual word list for Games. Contribute in your native language!

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors