# Sudoku Game
By Govind Bajaj · 2023 · Case study

Tags: Java, Swing, AWT
Sudoku puzzle in Java Swing with a 9×9 grid, move validation, solution reveal, and reset.
## What you can do

- Fill in number cells (1–9)
- Check moves for errors
- Reveal the solution
- Reset the puzzle

## Built with

`Java` · `Swing` · `AWT`