Demonstrate a method that can score an unbounded number of points with a single action. More precisely, your method should be able to increase a players score by an amount greater than any given N in a single action (an action is something like buying a card, playing an action, etc.).
I have one solution to this challenge; I am curious whether there are others.