Skip to content

Commit 592dce1

Browse files
authored
Merge pull request #705 from shramee/patch-2
Contribution for Coding Challenge 51.1 A* ❤️
2 parents 6cae713 + b86535c commit 592dce1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

_CodingChallenges/051.1-astar.md

+6
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ contributions:
3232
source: "https://github.com/MkLahane/Game-Development"
3333
author:
3434
name: "Makarand Lahane"
35+
- title: "AStar path finder with drawable obstacles"
36+
author:
37+
name: "Shramee Srivastav"
38+
url: "http://shramee.me"
39+
url: "https://shramee.github.io/astar/"
40+
source: "https://github.com/shramee/astar"
3541
---
3642

3743
In this coding challenge, I attempt an implementation of the A* Pathfinding Algorithm to find the optimal path between two points in a 2D grid. I begin by explaining the mechanics of how the algorithm works, look at pseudo-code, and then write the algorithm in JavaScript using the p5.js library for rendering.

0 commit comments

Comments
 (0)