Skip to content

Hangman Game is an extension for the phpBB bulletin board adding a hangman game to the board

License

Notifications You must be signed in to change notification settings

DrDeath/hangman

 
 

Repository files navigation

phpBB Hangman Game Extension

Version: 0.11.2

phpBB 3.2.11 Compatible phpBB 3.3.x Compatible

Build Status

Install

  1. Download the latest release.
  2. Unzip the downloaded file.
  3. Copy the unzipped folder to /ext/ (if done correctly, you'll have the main extension class at (your forum root)/ext/mot/hangman/composer.json).
  4. Navigate in the ACP to Customise -> Manage extensions.
  5. Look for Hangman Game under the Disabled Extensions list, and click its Enable link.

Update

  1. Navigate in the ACP to Customise -> Extension Management -> Extensions.
  2. Look for Hangman Game under the Enabled Extensions list, and click its Disable link.
  3. Using your favorite FTP software go to the (your forum root)/ext/mot/hangman folder and delete all files and directories.
  4. Locally unzip the file mot_hangman_x.y.z.zip file (x, y and z are numbers indicating the major version, minor version and patch level).
  5. Upload all files from your unzipped hangman folder to your server into the (your forum root)/ext/mot/hangman, please make certain that you use the binary mode for uploading.
  6. Go back to the ACP and look for Hangman Game under the Disabled Extensions list, and click its Enable link.

Uninstall

  1. Navigate in the ACP to Customise -> Extension Management -> Extensions.
  2. Look for Hangman Game under the Enabled Extensions list, and click its Disable link.
  3. To permanently uninstall, click Delete Data and then delete the /ext/mot/hangman folder.

License

GNU General Public License v2

About

Hangman Game is an extension for the phpBB bulletin board adding a hangman game to the board

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 76.2%
  • HTML 12.9%
  • JavaScript 8.3%
  • CSS 2.6%