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

maze

Choo choo! In this multi-part coding challenge, I create a maze generator using a depth-first search algorithm with recursive backtracking. The idea is to walk through a grid of cells, removing walls as we go to build a maze.

Maze Generator