Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 881 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 881 Bytes

101 Computing - Sliding Puzzle

This is a solution to the Sliding Puzzle by 101 Computing.
101 Computing challenges help you:

  • Get ready for the new computing curriculum.
  • Boost your programming skills or spice up your teaching of computer science.

Screenshot

  • Sample image (500 x 500 px).

The challenge

  • Create a 4x4 grid sliding puzzle based on the 3x3 example from the previous link.
    Users should be able to:
  • View the optimal layout depending on their device's screen size.
  • Play solvable puzzles.
  • Change the background image.

Built with

  • HTML5
  • CSS3
  • JavaScript

Links

Author