Skip to content

Python tools to simplify creating grid-based visualizations

Notifications You must be signed in to change notification settings

ChrisBuilds/visualaid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VisualAid

VisualAid is a Python library that builds grid-based algorithm visualizations. It was built during Advent of Code 2021 to visualize solutions. The project would need a refresh before being used in the future.

Here are some examples from the Advent of Code 2021 challenge set.

Day 9

Finding the three deepest valleys.

visualization

Day 11

Determining when all blinking cells sync up.

part2_visualized

Day 13

Transforming the grid until a code appears.

day13

Day 15

Pathfinding.

day15-p1 day15-p2

Day 17

Detecting the angle and speed to launch a projectile such that it intersects with a coordinate area.

17-2 Visualization

About

Python tools to simplify creating grid-based visualizations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages