이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Hangman

설명

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

How to use

  1. Install the plugin.
  2. Add the shortcode [hangman] in the page you want to display the Hangman.
  3. (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.

Troubleshooting

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

Donations

If you enjoy playing Hangman and find it useful, please consider making a donation

스크린샷

설치

  1. Upload the entire hangman folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Add the shortcode [hangman] in the page you want to display the Hangman.

후기

2023년 2월 7일
Thank you, I loved it. I started to use it on my website in the English lessons for my students. I hope you will update it soon. That's my only concern. Students love playing. Currently, it works for this WordPress, but please update
2022년 6월 17일
This works well. It would be useful if there was a simple way of importing your own words. Also an option for changing the background image woudld be good or at least give a few different ones to choose from.
2020년 4월 29일
This was easy for the user to play. However, I needed more customization. I needed the words to match the theme of my site. The first game I played was for the word: "flatulent" which doesn't work for my audience. But like I said, if you are looking just for ease of use for website visitors, it's easy to install and easy to play. I wish it also had clues to the word.
모든 3 평가 읽기

기여자 & 개발자

“Hangman”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Hangman”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.