Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 414 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 414 Bytes

rolling-cubes-jackson

Puzzle game implemented in JavaFX based on the Model-View-Controller (MVC) architectural pattern.

Game results are stored in JSON documents, using Jackson. Reusable classes FileSystemRepository and ResourcesRepository added to support both read-only and modifiable documents. Users can select the files with the use of JavaFX's FileChooser class.