The top of the implementation page https://www.redblobgames.com/pathfinding/a-star/implementation.html has an abstract graph example with nodes A, B, C, D, E.

Change this to a concrete example like a tiny platformer. Use Kenney sprites to show an example (static image) and then overlay a graph on top of that, and show the data structures for that graph.