The goal of this project is to design and implement Sudoku game app. This project is an University assignment developed in pairs over the course of one semester.
- JavaFX GUI
- View module
- Model module
- Database connection
- Loggers
- Custom Exception classes
- Supports two languages: Polish & English
To get started with the Sudoku project, ensure you have Maven and Java installed on your system. Follow these steps to set up the project:
- 
Clone the Repository: Clone the project repository from the source. git clone https://github.com/Next3K/Sudoku 
- 
Navigate to Project Directory: Move into the project directory after cloning. cd Sudoku
- 
Compile and Build with Maven: Use Maven to compile and build the project. Maven will handle dependencies and generate the necessary artifacts. mvn clean install 
- 
Navigate to View directory: cd View
- 
Run the Application: Once the project is built successfully, you can run the application. mvn clean javafx:run 
- 
Explore the Features: Explore the features of the Sudoku game app including JavaFX GUI, multilingual support, database connection, loggers, and more. 
Now you're all set up to start developing or playing with the Sudoku game app!
MIT Free Software


