Tennis is an (abstract) strategic paper-and-pencil game for two players. The game field consists of 4 fields and a centre line. These are called (-2,-1,0,1,2), with negative numbers belonging to player 1, positive to player 2. At start, the ball is at the centre line (0).
Both players start with the same initial number (e.g. 50 points). In each draw, both players choose a number, and the ball is moved towards the player with the smallest number. The number chosen reduces the points for the next draws. The aim of the game is to move the ball beyond the second field of the opponent. The game is described in Das große Buch der Block- und Bleistiftspiele.
Contents
Mathematical description
For a simple description, we include the numbers -3 and 3 to denote the ball being beyond the second field.
This results in a playfield as (-3,-2,-1,0,1,2,3).
The draw of player i at time t will be denoted as
S
i
,
t
{\displaystyle S_{i,t}}
, the ball is at time t in
B
t
{\displaystyle B_{t}}
.
At start is
B
0
=
0
{\displaystyle B_{0}=0}
and for both players is
S
i
,
0
=
50
{\displaystyle S_{i,0}=50}
.
Each player chooses a whole number
0
≤
Z
i
,
t
≤
S
i
,
t
−
1
{\displaystyle 0\leq Z_{i,t}\leq S_{i,t-1}}
, with
Z
i
,
t
=
0
{\displaystyle Z_{i,t}=0}
only if
S
i
,
t
=
0
{\displaystyle S_{i,t}=0}
.
The number reduces the points of this player (
S
i
,
t
=
S
i
,
t
−
1
−
Z
i
,
t
{\displaystyle S_{i,t}=S_{i,t-1}-Z_{i,t}}
).
The ball is moved as follows:
If
Z
1
,
t
>
Z
2
,
t
{\displaystyle Z_{1,t}>Z_{2,t}}
, then the ball is moved towards player 2.
If the ball was on a field of player 1, it will be moved over the centre line (
B
t
=
1
{\displaystyle B_{t}=1}
).
Otherwise, the ball will be moved one field towards player 2 (
B
t
=
B
t
−
1
+
1
{\displaystyle B_{t}=B_{t-1}+1}
).
Symmetrically, the ball will be moved towards player 1 if
Z
1
,
t
<
Z
2
,
t
{\displaystyle Z_{1,t}<Z_{2,t}}
.
If
Z
1
,
t
=
Z
2
,
t
{\displaystyle Z_{1,t}=Z_{2,t}}
, the ball remains where it is.
For the result of the game, the following rules apply:
The game ends if the ball is moved beyond the field of any player, of if both players do not have any points left.
In both cases, the game is lost for that player on whose side the ball is.
If the game is played repeatedly, it can be defined to give two win points if the ball is moved beyond the field, otherwise only one point.
Example games
In the first example, player one wins, but the ball is still on the playfield when both players do not have any points left.
In the second example, player 1 wins again, by hitting the ball beyond the other playfield using the last points he has left.
