Skip to content

hoaftq/puzzle-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

puzzle-game

A puzzle game using Java AWT

A picture is devided into pieces by row and column and then those pieces are moved randomlly. A player has to move each piece to its orginal possition. The game is finished when the player moves all pieces to their right place.

  • Puzzle with an image

  • Puzzle with numbers
    It is easier to know where is the right place of a piece when pieces are labeled with numbers.

  • Game customization

To-do list

  • It is sometimes hard to figure out right places for pieces so the complete image should be displayed if the player needs
  • Add animation