Beschrijving
A cool version of the traditional hangman. Dictionary composed of 14000 English words. Powered by the jQuery library, AJAX and PHP.
Demo
You can play a demo of the Hangman game here
Hoe te gebruiken
- Installeer de plugin.
- Add the shortcode [hangman] in the page you want to display the Hangman.
- (Optional) To change the default words you need to modify the file “dictionary.txt”. Take note that, if there is a plugin upgrade, the changes will be overwritten.
Probleemoplossing
I’ve found that, for some reason, jQuery library may not be added on the WordPress website. To include it, add the following code to functions.php:
function theme_scripts() {
wp_enqueue_script('jquery');
}
add_action('wp_enqueue_scripts', 'theme_scripts');
For any issues about this plugin, you can contact me here or use the forum
Donaties
If you enjoy playing Hangman and find it useful, please consider making a donation
Installatie
- Upload de volledige
hangman
map naar de/wp-content/plugins/
map. - Activeer de plugin via het ‘Plugins’ menu in WordPress.
- Add the shortcode [hangman] in the page you want to display the Hangman.
Beoordelingen
Bijdragers & ontwikkelaars
“Hangman” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “Hangman” naar jouw taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.