Based on the data structure of the same name, the stack is a system for organizing the resolution of actions in many games where players have the ability to "react" to events in a way that the response resolves before the initial event, e.g. magic-the-gathering.
The main characteristic of the stack is it's last-in first-out (LIFO) property.