I'm Irwin Plitt. This website demonstrates some fun things I've created.
Crossword Puzzle Helper
Have you ever known some of the letters in a word but not the first few?
A dictionary won't help you, but this app will.
It's a crossword puzzle helper.
When a crossword puzzle has me stumped I look here for help.
Enter the letters you know and spaces for the letters you don't know.
For example, if you're looking for a six-letter word ending in "est",
enter " est".
When you click the search button, this app counts the characters in the submitted text.
If there are six characters, for example, it examines all six-letter
words in its dictionary looking for words that match the text you entered.
A fun thing to do - if you want to see, for example, all 3-letter words, enter 3 spaces;
to see all 4-letter words, enter 4 spaces; and so on.
Wheel of Fortune Helper
Have you ever seen a Wheel of Fortune board and wondered what words could fit?
This helper app lets you enter the letters as they appear on the board
and letters that have already been guessed and then searches its dictionary
for words that match the pattern but don't use any of the letters already guessed.
For example, if the pattern looks like "_____L_N_" and the letters C, H, and P have already been guessed,
enter "_____L_N_" as the pattern and "CHP" for the guessed letters.
When you click the search button, this app counts the characters in the submitted text.
If there are six characters, for example, it examines all six-letter
words in its dictionary looking for words that match the criteria you entered.
Spelling Bee Helper
The New York Times publishes a daily puzzle called 'Spelling Bee'.
Six letters are arranged around a central letter, each letter in a hexagon.
The challenge is to find words of at least 4 letters that use only those seven letters.
Each word must include the central letter.
A 'pangram' is a word using all seven letters. Pangrams are marked with an asterisk.
For example, enter 'B' as the central letter and the letters 'L','I','N','G','M', and 'A' as the surrounding letters.
Anagram Helper
Have you ever wondered what words or phrases could be constructed using the same letters as a given word or phrase?
That concept is known as an anagram.
This anagram helper allows you to enter a word or phrase and generates all one, two, and three-word phases
that can be constructed using the given letters.
For example, enter 'moon starer' as the pattern and see that 'astronomer' is the first word found.
When you click the search button, this app looks for all single words that can be
constructed with the given letters.
Then it searches for all two-word and three-word phases that can be
constructed with the given letters.
MIT Year Problem
MIT Technology Review
used to have a Puzzle Corner column hosted by Allan Gottlieb.
Every January the first problem posed was the so-called "Year" problem. Here's the year problem from 2014, when I first took on the challenge of automating the solution:
Y2014.
How many integers from 1 to 100 can you form using the digits 2, 0, 1, and 4 exactly once each; the operators
+, -, × (multiplication), / (division) and ^ (exponentiation)? We seek solutions containing the minimum
number of operators; among solutions having a given number of operators, those using the digits in the order
2, 0, 1, 4 are preferred. Parentheses may be used for grouping; they do not count as operators. A leading
minus sign, however, does count as an operator.
It turns out that it doesn't take very long
to try every possible combination of operators and numbers and come up with the best solution.
Enter a year in the text box below and click "Solve".
Note: You can also enter a two or three-digit number and get solutions for that number as well.
When comparing solutions the app applies two more rules to get the "best" solution:
Pick the solution with the fewest parentheses.
Pick the solution with simpler operators - avoid using minus and divide.
Wordle
This is my version of the popular New York Times WORDLE game.
Instead of just one puzzle per day, this application allows you to play multiple games, just click 'New Game' to start a new one.
These are the possible words given the guesses you have submitted and the feedback you have received:
Wordle Helper
This is a WORDLE helper.
If you have ever played the popular New York Times WORDLE game and wish you could think of all the possible
words you could build given the feedback you have received, this is for you.
Just enter the words you have already guessed in the text box, one line per word and click the 'Next' button.
Then click the letters until they have the correct background color.
Finally, click the 'Enter' button to see a list of possible solutions.
These are the possible words given the guesses you have submitted and the feedback you have received:
LetterBoxed Helper
This is a helper for the New York Times 'LetterBoxed" game. Enter the letters around
the game board in order and click the 'Solve' button.
For example, if the letters around the square game board are isoltvbanfer,
enter "isoltvbanfer".
Math Art
I once read a brain-teaser about 4 flies that are placed at the corners of a square. Each one tries to walk to the
adjacent fly, but since they are all moving they follow a spiral path towards the center of the square.
I wrote a program to simulate those flies. The result was the first incarnation of "Math Art".
In this demo you can change the colors, number of sides, closing factor,
line width, and how many cycles to run the simulation.
Click "Draw" to generate a new image or pick one of these demos:
This demo draws a succession of inscribed polygons.
The key parameter is the "Closing Factor".
The more closely it approaches 1, the more closely spaced the polygons are and the more faithfully
the polygon vertices reproduce the spiral path.
I've also created Plitt Math Art,
a more full-featured site.
Math Art
This is a 3D version of the Math Art tab.
Click "Draw" to generate a new image or pick one of these demos: