We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d51092f commit 27a7c37Copy full SHA for 27a7c37
index.html
@@ -4,11 +4,11 @@
4
<meta charset="UTF-8">
5
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7
- <title>AI</title>
+ <title>A*</title>
8
</head>
9
<body>
10
<div id='container'>
11
- <h1>Path finding using AI</h1>
+ <h1>Path finding using heuristics</h1>
12
<p id="status"></p>
13
<canvas id='canvas'></canvas>
14
</br>
@@ -17,4 +17,4 @@ <h1>Path finding using AI</h1>
17
</div>
18
<script src="./src/script.js"></script>
19
</body>
20
-</html>
+</html>
0 commit comments