A complete remake of the boring hangman that comes with yii framework. Powered by jQuery and AJAX. Dictionary composed of 14000 English words.
Demo ¶
Requirements ¶
Yii 2.x
Usage ¶
This extension is a module. You just need to copy it on modules/hangman
Then add an entry to the modules array:
'modules' => [
'hangman' => [
'class' => 'app\modules\hangman\Hangman',
]
],
Donations ¶
Donations are welcome. Thanks for your support!!!
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.