Hangman

Warning: This plugin has't been updated in over 54 years. It may no longer be maintained.

What you can do to help:

This a simple version of the classic hangman game for elgg

Last updated

How to install:
1)upload to your mod/directory and enable

2)To change the words used or add your own words,edit hangman/hangman/index.html ,find the code that starts 'var words = new Array()'. Words for the game appear inbetween the brakets in double quotes, with a comma sperating the words. For exampe to use the words ELGG and SOCIAL the code would be: var words = new Array("ELGG", "SOCIAL") To use the words ELGG, SOCIAL and OSCAR and the code would be: var words = new Array("ELGG", "SOCIAL", "OSCAR";) Words should be in uppercase.Of course the more words you add the more fun it will be.

Note:in my hangman version ,I've added names of some of my elgg friends like shouvik,trojan,rjcalifornia...to thank them for their contribution to the elgg community.:)

oscar

I'm in love with elgg

Stats

  • Category: Games
  • License: GNU General Public License (GPL) version 2
  • Updated: 1970-1-1
  • Downloads: 1023
  • Recommendations: 9

Other Projects

View oscar's plugins