Sudoku Solver
This is an application written in Java that solves the famous sudoku puzzles
Project goals:
- Create a solver with some intelligence
- Create a swing application that didn't look like crap
- Flex my java muscles for a weekend
What it does:
- Checks if a puzzle is solved
- Allows a user to solve a puzzle
- Solves the puzzle
What it doesn't do
- Solve all puzzles (it's not quite smart enough to solve the reallytough puzzles
- Allow a user to enter a puzzle
- Generate its own puzzles
- No menu items work whatsoever