12 tools · 12 live
Solver Tools
Word games, logic puzzles, board games, and algorithm-driven solvers.
Wordle Solver
LiveEnter your Wordle guesses and click each letter to set its colour; the solver instantly shows every possible answer.
Anagram Solver
LiveRearrange letters to find all valid anagram words from a full dictionary.
Crossword Helper
LiveFind matching words by entering known letters in a visual grid. Fill in any positions you know and leave blanks for the rest.
Truth Table Generator
LiveParse any boolean expression and generate a complete truth table for all possible input combinations.
Tic-Tac-Toe Solver
LivePlay against a perfect Minimax AI or analyze any board state to find the optimal move.
Sudoku Solver
LiveSolve any Sudoku puzzle instantly using a backtracking algorithm: step-by-step or all at once.
Sliding Puzzle Solver
LiveSolve the 8-puzzle or 15-puzzle optimally using A* and IDA* with Manhattan distance and linear conflict heuristics.
Word Search Solver
LivePaste a letter grid and a word list. It finds every word in all 8 directions with colour highlights.
Equation Solver
LiveSolve linear and quadratic equations step-by-step. Type any equation in natural notation and get an exact answer with every algebraic step shown.
2048 Solver
LiveMirror your 2048 board and get the optimal next move from an Expectimax AI, using a depth-5 search with probability-weighted tile-spawn analysis.
Block Blast Solver
LiveFind the highest-scoring placement for any set of Block Blast pieces using board heuristics.
Maze Solver
LiveDraw a grid maze, place start/end, and watch BFS or A* find the shortest path with live animation.