Skip to content

An implementation of the popular tile sliding game 15 puzzle.

Notifications You must be signed in to change notification settings

davidboominkim/15-puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

15-puzzle

An implementation of the popular sliding game 15 puzzle.

Written in Java's AWT and Swing, the app utilizes GUI programming to host the board and its sliding tiles.

The objective of the game is to reorder the tiles such that the tiles are in ascending order, from left to right and top to bottom.

To play, download the files and run "Game.java" !

Inspiration drawn from: https://github.com/patturtestsite/2048

Current bugs/issues: Players are able to continue moving tiles even after solving the puzzle (after the tiles turn green and the puzzle has been solved, the only key that should elicit a response from the GUI interface should be the ENTER key to start a new game).

About

An implementation of the popular tile sliding game 15 puzzle.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages