Skip to content

dimmageiras/101-computing-sliding-puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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