Guessing Game : Help

English Русский Español ภาษาไทย 中文 한국어 日本語
Update 29 OCT 2025 vr180g.com
Guessing Game : English

System environment
Web browser (WebGL)
Non-VR
A screen large enough to display the avatar is required
Text input is required.


This is a program where the computer guesses what the player is thinking.
It does not use modern AI (LLM).
It uses classical techniques.
You choose between "yes" and "no".
If the computer cannot guess, the player can input the answer to expand the computer's knowledge.
Data is stored using the HTML5 LocalStorage API.
LocalStorage data is saved in the web browser.
LocalStorage is like a large-capacity cookie.
Data is stored separately by language.
Data can be saved and loaded as JSON files.
If the data is corrupted and the program cannot start, please reset it using the URL below.
English : Set default data
Russian : Set default data
Spanish : Set default data
Thai : Set default data
Chinese : Set default data
Korean : Set default data
Japanese : Set default data

About the undressing feature:
As the questions continue, clothing is gradually removed.
Underwear is not removed.


Example of dictionary data (JSON)
Example of minimum data
{ "a": "Living thing" }
Example of small data
{ "q": "Unicellular organism", "yes": { "a": "Living thing" }, "no": { "q": "Egg-laying mammal", "yes": { "q": "Has a duck-like bill", "yes": { "a": "Platypus" }, "no": { "a": "Echidna" } }, "no": { "q": "Canine family", "yes": { "q": "Small dog", "yes": { "q": "Smallest dog breed in the world", "yes": { "a": "Chihuahua" }, "no": { "q": "Poodle dog", "yes": { "a": "Toy Poodle" }, "no": { "q": "Floppy ears", "yes": { "q": "Straight hair", "yes": { "q": "Dachshund", "yes": { "a": "Miniature Dachshund" }, "no": { "a": "Maltese" } }, "no": { "a": "Shih Tzu" } }, "no": { "a": "Pomeranian" } } } }, "no": { "a": "Dog" } }, "no": { "a": "Mammal" } } } }



vr180g.com