This is a Java implementation of the popular game Sudoku. The game assumes you have a completed game stored as as a CSV file.
Java must be installed on your local system. Maven must be installed on your local system.
- mvn clean package will build the source code
- You can start the game by running
./scripts/start.sh <CSV_FILE_PATH>
. - Sample CSV files are located in the
data/
directory so you should be able to run./scripts/start.sh data/valid.csv