<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>word builder &#8211; Hanging Hyena</title>
	<atom:link href="https://www.hanginghyena.com/blog/tag/word-builder/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.hanginghyena.com/blog</link>
	<description>Word Games &#38; Codes</description>
	<lastBuildDate>Thu, 26 Jan 2012 03:12:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.2.9</generator>
	<item>
		<title>Building A Better Hangman Solver</title>
		<link>https://www.hanginghyena.com/blog/building-a-better-hangman-solver/</link>
				<comments>https://www.hanginghyena.com/blog/building-a-better-hangman-solver/#comments</comments>
				<pubDate>Thu, 26 Jan 2012 03:12:53 +0000</pubDate>
		<dc:creator><![CDATA[Head Hyena]]></dc:creator>
				<category><![CDATA[Building The Site]]></category>
		<category><![CDATA[word builder]]></category>
		<category><![CDATA[word solver]]></category>

		<guid isPermaLink="false">https://www.hanginghyena.com/blog/?p=46</guid>
				<description><![CDATA[<p>Several weeks ago, my wife and I were playing some word games on vacation. Some idle musing about these word games prompted some &#8220;code doodling&#8221; in Python, which eventually turned into the analytics module behind this site. The next step was to wrap a website around this code. The initial prototype was assembled relatively quickly &#8230; </p>
<p class="link-more"><a href="https://www.hanginghyena.com/blog/building-a-better-hangman-solver/" class="more-link">Continue reading<span class="screen-reader-text"> "Building A Better Hangman Solver"</span></a></p>
<p>The post <a rel="nofollow" href="https://www.hanginghyena.com/blog/building-a-better-hangman-solver/">Building A Better Hangman Solver</a> appeared first on <a rel="nofollow" href="https://www.hanginghyena.com/blog">Hanging Hyena</a>.</p>
]]></description>
								<content:encoded><![CDATA[<p>Several weeks ago, my wife and I were playing some word games on vacation. Some idle musing about these word games prompted some &#8220;code doodling&#8221; in Python, which eventually turned into the analytics module behind this site. The next step was to wrap a website around this code.</p>
<p><span id="more-46"></span></p>
<p>The initial prototype was assembled relatively quickly (over the course of a few nights) using components from other projects. After a month of testing and tweaking under the watchful eye of my wife, a diehard Hanging with Friends and Words With Friends fan, we were ready to share it with the world! And now you&#8217;re looking at <a href="https://www.hanginghyena.com/hangmansolver">it</a>&#8230;</p>
<p>So here are some features on the <a href="https://www.hanginghyena.com/hangmansolver">hangman word solver </a>that we&#8217;re particularly proud of:</p>
<ul>
<li>Interactive Word Entry &#8211; the list of potential words updates automatically after each key stroke (through the magic of AJAX and JSON)</li>
<li>Pagable Word List &#8211; words are displayed in a neatly digestible sets of 8 &#8211; you can page back and forth within your set. This is limited to a list of 50 words to keep the application quick&#8230;if you have more than 50 possible words, you should try&#8230;</li>
<li>Dynamic Letter Guesser &#8211; helps identify which letter to guess &#8211; this is based on an analysis of all the possible words that fit the given set of clues and calculates the probability that a letter is in the set of available words.</li>
<li>Can also be used to help identify words for a child&#8217;s letter bag&#8230;</li>
</ul>
<p>Recognizing that the best defense is a good offense, we also assembled a <a href="https://www.hanginghyena.com/hangmanwordbuilder">hangman word builder </a> that helps you build words from the tiles on your rack at the beginning of the game. Some of the cool features of the word builder:</p>
<ul>
<li>Same basic look and feel as the solver (real time updates, page though words); enter up to 16 letters and page through the top scoring results</li>
<li>Supports &#8220;tagging&#8221; a particular tile on the board for additional points (eg. double words, triple letter, etc.)</li>
<li>If you wish, can filter the list of possible words to incorporate a preset letter &#8211; this allows you to use this as a simple scrabble solver and anagram analyzer&#8230;</li>
</ul>
<p>It works nicely on the major desktop browsers and renders fairly well on mobile phones; go ahead and give it a <a href="https://www.hanginghyena.com/hangmansolver">Try!</a> (word solver)</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://www.hanginghyena.com/blog/building-a-better-hangman-solver/">Building A Better Hangman Solver</a> appeared first on <a rel="nofollow" href="https://www.hanginghyena.com/blog">Hanging Hyena</a>.</p>
]]></content:encoded>
							<wfw:commentRss>https://www.hanginghyena.com/blog/building-a-better-hangman-solver/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
							</item>
	</channel>
</rss>
