Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 399 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 399 Bytes

NumberPuzzleGame

This game wase created using Java and Swing.This is a sliding puzzle game which uses a frame of square tiles.The tiles are placed in random order and the frame has one tile missing.To solve the puzzle game, the players must place the tiles in order from 1-15 by sliding and utilizing the empty tile space. The game will be over once all the tiles have been aranged from 1 to 15.