Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<center><h1>PokéHeroes Hangman Helper</h1></center>
<div>
Enter the hint into the box, and hit 🔍Search to get a list of possible words. The more letters you have visible, the more accurate the results will be. It is recommended to narrow down the list using vowels first (E → A → O → I → U, in that order), before using consonants.
<br><br>
If a letter is known to not be included within the word, add it to the blacklist, to prevent words including those letters from being suggested.
<br><br>
This will not make strategies for you; use your own judgement as to which letter(s) you should check next, to narrow down the results without wasting lives.
<br><br>
Notice: There is a known glitch regarding words appearing to not be in the database. Please copy and paste the dashes again, or guess another letter or two, as these usually fix the glitch. I didn't code this fork, I just try to keep the database up to date, so I'm unsure on how to fix this issue. - Solipse
<br><br>
Credit to ultravioletrayz for the Recomended Letter script
<br><br>
All code and database words have been forked from helpers previously hosted on JSFiddle.
<center>
    <input type="text" id="input">
    <button onclick="search()">🔍Search</button>
    <br>
    <br>
    Blacklist: <input type="text" id="blacklist">
</center>
<br>
<p id="recletter"></p>
<p id="results"></p>
<p id="database"></p>
<center>
<body id="body">
    <input type="button" class="changeBg" onclick="day();" value="Day" />
    <input type="button" class="changeBg" onclick="night();" value="Night" />
</body>
</center>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
Solipseepro
0viewers