Advertisement
sissou123

Untitled

Dec 30th, 2020
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. The 15 Puzzle, also called Game of Fifteen, is a sliding puzzle that consists of a frame of numbered square tiles in random order with one tile missing. To solve the puzzle, the players must place the tiles in order by making sliding moves that use the empty space.
  2. import java.awt.BorderLayout;
  3.  
  4. import java.awt.Color;
  5.  
  6. import java.awt.Dimension;
  7. import java.awt.Font;
  8. import java.awt.FontMetrics;
  9. get link:https://bit.ly/34W6bNO
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement