Skip to content

A task (3x3 number shuffle game) given by GET Academy to return for approval.

Notifications You must be signed in to change notification settings

MiiNK1Y/get-academy-entrance-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

GET Academy entrance task

A task given by GET Academy to return for approval. The task is given to gauge some of the knowledge of the applicant.

Task

  • With HTML / CSS, create a 3x3 grid.
  • Give a number to each square, except for one. Don't duplicate the numbers, all squares should have unique numbers.
  • By applyling some logic with JavaScript, clicking a square above, under, left or right to the empty sqare, should move the number from the clicked square to the empty square.
  • The goal is to sort the numbers from highest to lowest, by shuffeling the numbers around to achive this.

About

A task (3x3 number shuffle game) given by GET Academy to return for approval.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages