#does anyone know how to make a room system?
1 messages · Page 1 of 1 (latest)
what you mean with room
you'd represent the world as a graph where each node represents a zone and an edge represents a doorway connecting two zones
there's no built-in graph data structure, so you'll need to make one yourself or use an open-source one
THANK YOU 😁