Blockworld

A 2D rendition of Minecraft using the Princeton StdDraw Libray .Uses BSP Tree Generation for generating "worlds" and simple BFS for pathfinding.

For CS61B Project 3. Fall 22, taught by Josh Hugs.

BSP Generation using a binary space partition tree to create "dungeons" and "hallways". The graph is gauranteed to be a tree.

Submission Video