https://github.com/holdoffhunger/jquery-word-guess-game
https://github.com/holdoffhunger/jquery-word-guess-game
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/holdoffhunger/jquery-word-guess-game
- Owner: HoldOffHunger
- License: bsd-3-clause
- Created: 2017-08-13T23:18:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-05T04:04:20.000Z (almost 5 years ago)
- Last Synced: 2025-01-28T21:32:55.410Z (4 months ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
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