Challenges

Featured Challenge:
#155 — Kaleidoscope Snowflake #SupportP5

Happy holidays! #SupportP5! This video shows an attempt to make a snowflake from a "kaleidoscope painting" effect.

dec 25, 2019

Kaleidoscope Snowflake #SupportP5

Filter by Language

Pick a language to filter

Filter by Topic

pathfinding

In this multi-part coding challenge, I attempt an implementation of the A* Pathfinding Algorithm to find the optimal path between two points in a 2D grid.

A* Pathfinding Algorithm