Graph
Description
A Graph in level design often refers to a navigational or pathfinding graph. It’s a data structure used to represent the connections and relationships between various points or nodes within a game level. These nodes can represent positions where characters or entities can move, and the edges between nodes represent possible paths or connections.
Concrete Examples
Graph that illustrates two graph search algorithms
- often used in pahfinding
...
Notes mentioning this note
Molecule Diagram
also known as:
Classification
#method
#medium/diagram
#medium/graph
#medium/visual
#tools/non-digital
#tools/digital
#process/planning
#process/designing
#roles/designer
#roles/engineers
#roles/artists