The ultimate tool for Hangman
TRY IT OUT
Visit Devpost
·
Report Bug
·
Request Feature
Table of Contents
Since childhood, we have all played the well known game Hangman.
The goal of this game is too guess a letter from a word or sentance taking turns, before the ammount of chances you have. When guessing the word, you know the length of the word, and as the game progresses, you fill in the blanks of the phrase.
Recently, I played Hangman again during online class, and the phrases were quite hard. I was inspired to create a tool to help me become better at hangman and have more fun at it.
Projest Jester is a tool made to help you guess likley possibilities for the words, and train your vocabulary for hangman the more you use the tool.
Originally, I intended to use the Flask Framework as I had prior experience with it and I enjoy Python coding. However, I realised that this was not neccesary for this case. The website was to be created using:
You can run this website locally or offline if you wish to, Or you can use the demo version.
If you would like to update the word list or add your own feature, feel free to do so.
Download the code, extract it, then run
index.html- Download the code, and extract it
- Go to
/wordlist/wordlist.js
- Open it with a text editor of your choice
- Add in your words as a new line in between brackets and commas in
wordlist.jsvar arrayData = [ "word1", "word2", "word3", "you can even add spaces", "and-even-hyphons", ]
Use the website and code as you wish, it's all up for updating, and more features will be added.
For the Online Demo, you can go here
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
Yair - yair.#0518 - [email protected]
Website: yair.studio
Project Link: Project Jester - GitHub

