Skip to content

rterzman/fifteen_puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

15 puzzle game

This game is implemented according to https://en.wikipedia.org/wiki/15_puzzle specification.

Compile project

We need to execute several simple steps to compile the game:

  • get source files from the github
  • go to the project directory
  • execute command
mvn clean package

Run project

  • go to 'target' directory and in the project directory and execute
  • java 11 should be installed on a computer
java -jar 15_puzzle-1.0-SNAPSHOT.jar

UI interaction

Swing UI is implemented by default. There are several major abstraction which can be overwritten by other type of interaction

About

Simple fifteen puzzle implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published