A cool version of the traditional hangman. Dictionary composed of 14000 English words. Powered by the jQuery library, AJAX and PHP.
A cool version of the traditional hangman. Dictionary composed of 14000 English words. Powered by the jQuery library, AJAX and PHP.
You can play a demo of the Hangman game here
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
If you enjoy playing Hangman and find it useful, please consider making a donation
hangman
folder to the /wp-content/plugins/
directory.