https://github.com/reljicd/sudoku-java-swing
Over-engineered Sudoku app made using Java and Swing, with focus on using a lot of different GOF design patterns.
https://github.com/reljicd/sudoku-java-swing
design-patterns gof java swing
Last synced: 10 months ago
JSON representation
Over-engineered Sudoku app made using Java and Swing, with focus on using a lot of different GOF design patterns.
- Host: GitHub
- URL: https://github.com/reljicd/sudoku-java-swing
- Owner: reljicd
- License: apache-2.0
- Created: 2017-05-30T14:17:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-02T11:50:35.000Z (over 8 years ago)
- Last Synced: 2025-05-19T18:48:59.151Z (about 1 year ago)
- Topics: design-patterns, gof, java, swing
- Language: Java
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sudoku Java Swing
## About
This is over-engineered Sudoku app made using Java and Swing.
Architecture was made with focus on using a lot of different GOF design patterns.
## Run instructions
Main class is **view.Sudoku**