Skip to content
This repository was archived by the owner on Jan 6, 2022. It is now read-only.

Files

Latest commit

08934f9 · Jun 4, 2020

History

History
9 lines (7 loc) · 319 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 319 Bytes

Java-Sudoku

Sudoku that is written in Java Swing

Using Eclipse

To play the game, Open the SudokuApp.java and run it.

To add Question

Only add question to problems folder with the name "problem #" where # is the number. The question has to be added with space between each column and new line between each row.