Heather Huynh

about blog projects press
JavaScript Puzzle
January 16, 2016

This JavaScript puzzle project was created for the Web Programming class at UGA (CSCI 4300). The puzzle is a sliding puzzle where only one piece can be moved at a time. The piece is moved into a blank space and only pieces bordering the empty space can be moved. The puzzle is made using JavaScript for the display of the puzzle pieces and movement. HTML and CSS is used to format the page and format the borders of the puzzle pieces.