Skip to content

Next3K/Sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku

Multimodular java project

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.

Features

  • JavaFX GUI
  • View module
  • Model module
  • Database connection
  • Loggers
  • Custom Exception classes
  • Supports two languages: Polish & English

Setup

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:

  1. Clone the Repository: Clone the project repository from the source.

    git clone https://github.com/Next3K/Sudoku
  2. Navigate to Project Directory: Move into the project directory after cloning.

    cd Sudoku 
  3. 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
  4. Navigate to View directory:

    cd View
  5. Run the Application: Once the project is built successfully, you can run the application.

    mvn clean javafx:run
  6. 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!

Examples

Start panel

Game started

Saving board

License

MIT Free Software

About

University Project - Sudoku

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages