Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
khalidsaifullaah committed Jun 6, 2020
2 parents 281a91f + a6aa91d commit 526994a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion _config.yml

This file was deleted.

4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">

<title>Document</title>
<title>8 Puzzle (A*)</title>
</head>

<body>
Expand Down Expand Up @@ -117,4 +117,4 @@ <h5 class="card-title">Your goal is to <strong>solve the puzzle by ordering the
crossorigin="anonymous"></script>
</body>

</html>
</html>
2 changes: 1 addition & 1 deletion sketch.js
Original file line number Diff line number Diff line change
Expand Up @@ -596,4 +596,4 @@ function findBlankTile(currentState) {
}
}
}
}
}

0 comments on commit 526994a

Please sign in to comment.