PAC MAN ESCAPES THE MAZE

CONCEPT

“We are all living in Pac-Man’s World. You know what Pac stands for? P.A.C – Program And Control.
The whole thing is a metaphor. All he can do is consume.”
Consuming is the only way to survive in this game. Our survival becomes intertwined with how much we consume.
In this proposal, the recursion is evolving by subtraction. The Pac Man moves in a recursive trajectory, and eats pieces from the Travertine Wall.

PSEUDO CODE

_Choose the element for applying the recursion. [The external Travertine Wall] _Define starting points
_Populate the wall with random points
_Create a trajectory through the closest point as being the next point
_Orient the Pac Man, to be able to move in the direction of the trajectory
_Subtract the Pac Man from the Wall
_Try different variation to create a catalogue by changing point count, seeds, scale and repetition

EVOLUTION – REPETITION

CATALOGUE