Skip to content
/ judoku Public

A GUI sudoku game written for a class project.

License

Notifications You must be signed in to change notification settings

wadiim/judoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Judoku

A GUI sudoku game written for a class project.

Features

  • There are 3 levels of difficulty to choose from
  • Each new game is randomly generated
  • The game state can be saved to a file/database and restored later
  • Support for two languages: English and Polish
  • The language can be changed dynamically (i.e. without restart)

Prerequisites

Installing

mvn install

Running

cd View
mvn javafx:run

License

MIT