Skip to content

Releases: Kirilllive/Fifteen_puzzle_maker

Sliding 15 Puzzle maker GamePad and KeyBoard

01 Nov 11:59
99ef96b
Compare
Choose a tag to compare

Added two new settings for GamePad 🎮 and KeyBoard ⌨️.
And also now you can specify the number of the empty square, by default it is the lower right quadrant.

emptySlot:[1],  // Empty square number, defaults to the lower right quadrant.
keyBoard:true, // Control using the keys on the keyboard
gamePad:true  // Control using the joystick on the Gamepad

15 Puzzle maker gamepad

Sliding 15 Puzzle maker

15 Oct 11:27
10347af
Compare
Choose a tag to compare

All planned functionality has been implemented

  • Automatic style adaptation based on image dimensions
  • Proportional division of an image into blocks
  • Moving multiple blocks in one move
  • Drag and Drop upload image
  • Building / exporting HTML file with the game
  • Responsive fill mode and full screen mode

jnj