Skip to content

The Ultimate Tool for Hangman

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt
Notifications You must be signed in to change notification settings

yair-k/ProjectJester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Project Jester

The ultimate tool for Hangman
TRY IT OUT

Visit Devpost · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. License
  6. Contact

About The Project

Product Name Screen Shot

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.

Built With

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:

Getting Started

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.

Prerequisites

Download the code, extract it, then run

index.html

Word List Updating

  1. Download the code, and extract it
  2. Go to
    /wordlist/wordlist.js
  3. Open it with a text editor of your choice
  4. Add in your words as a new line in between brackets and commas inwordlist.js
    var arrayData = [	
     "word1",
     "word2",
     "word3",
     "you can even add spaces",
     "and-even-hyphons",
     ]

Usage

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

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Yair - yair.#0518 - [email protected]

Website: yair.studio

Project Link: Project Jester - GitHub

About

The Ultimate Tool for Hangman

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt

Stars

Watchers

Forks

Packages

No packages published

Languages