You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "The playing board is a grid. Each cell of the grid is filled with a number (except one cell which is blank). The objective of the game is to arrange the numbers in ascending order with the blank cell at the lower right. A numbered tile can only move if it is horizontally or vertically adjacent to the blank cell. Each movement of a tile counts as a single move.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",