You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creates a simple 1-row peg puzzle game
Uses swing elements such as JButton
Example code (OriginalPegPuzzle.java) was given in class.
This code was largely refactored into something more clear and concise by me (NewPegPuzzle.java).