100% JQuery Word-Guessing Game
(Hangman, Except no References to the Death Penalty)
Demo :
http://www.earthfluent.com/word-guess-game-demo.html
Set it up using a minimal amount of syntax :
$(document).ready(function(event) {
var word = 'helloworld';
WordGuessGame(word);
});
Fully supports internationalization. Examples in twelve different languages :
- Spanish : https://www.earthfluent.com/spanish/nouns-concepts-part-35/play.php?action=WordGuessGame&previousquizzes=10
- French : https://www.earthfluent.com/french/nouns-concepts-part-35/play.php?action=WordGuessGame&previousquizzes=10
- Italian : https://www.earthfluent.com/italian/nouns-concepts-part-35/play.php?action=WordGuessGame&previousquizzes=10
- German : https://www.earthfluent.com/german/nouns-concepts-part-35/play.php?action=WordGuessGame&previousquizzes=10
- Japanese : https://www.earthfluent.com/japanese/nouns-concepts-part-35/play.php?action=WordGuessGame&previousquizzes=10
- Chinese : https://www.earthfluent.com/chinese/nouns-concepts-part-35/play.php?action=WordGuessGame&previousquizzes=10
- Hindi : https://www.earthfluent.com/hindi/nouns-concepts-part-35/play.php?action=WordGuessGame&previousquizzes=10
- Indonesian : https://www.earthfluent.com/indonesian/nouns-concepts-part-35/play.php?action=WordGuessGame&previousquizzes=10
- Dutch : https://www.earthfluent.com/dutch/nouns-concepts-part-35/play.php?action=WordGuessGame&previousquizzes=10
- Polish : https://www.earthfluent.com/polish/nouns-concepts-part-35/play.php?action=WordGuessGame&previousquizzes=10
- Portuguese : https://www.earthfluent.com/portuguese/nouns-concepts-part-35/play.php?action=WordGuessGame&previousquizzes=10
- Russian : https://www.earthfluent.com/russian/nouns-concepts-part-35/play.php?action=WordGuessGame&previousquizzes=10
- Korean : https://www.earthfluent.com/korean/nouns-concepts-part-35/play.php?action=WordGuessGame&previousquizzes=10