Mario MG

Sudoku

My first attempts at a Java-based App: A Sudoku Puzzle Game!!

This is something I've been working on since I first started studying Programming a few months ago.

It started as a (failed) sudoku-solving GUI-less program (v0.x), which soon after evolved into a Swing-based project (v1.x). This project was then switched to JavaFX, added a few features (v2.x), and is now self-dependent (no more .txt files containing the grids), displays some new characteristics and a more stylish GUI (v3.x).

What's next: