Definition
A box game is defined by: * A family of ''n'' pairwise-disjoint sets, , of different sizes. The sets are often called "boxes" and the elements are called "balls". * Two integers, ''p'' and ''q''. The first player, ''BoxMaker'', picks ''p'' balls (from the same or different boxes). Then the second player, ''BoxBreaker'', breaks ''q'' boxes. And so on. BoxMaker wins if he has managed to pick all balls in at least one box, before BoxBreaker managed to break this box. BoxBreaker wins if he has managed to break all the boxes.Strategies
In general, the optimal strategy for BoxBreaker is to break the boxes with the smallest number of remaining elements. The optimal strategy for BoxMaker is to try to balance the sizes of all boxes. By simulating these strategies, Hamidoune and Las-Vergnas found a sufficient and necessary condition for each player in the (''p'':''q'') box game. For the special case where ''q''=1, each of the following conditions is sufficient: * ''If all boxes have the same size k, and , then BoxBreaker wins the (p:1) box game (using the obvious strategy of breaking the smallest boxes).'' For comparison, the winning condition for Breaker in a general (''p'':''q'') biased game is: . With ''q''=1 this becomes . The proof uses a potential function. The potential of the game before BoxBreaker's ''j''-th move is defined as: where is the number of elements remaining in box ''i''. * ''If the boxes have different sizes , and , then BoxBreaker wins the (p:1) box game.'' For comparison, the winning condition for Breaker in a general (p:q) biased game is: ''''. With q=1 this becomes ''''.References
{{reflist Positional games