So this game, is a game where we try and count to the largest Fibonacci number
For those who do not know what Fibonacci is, it is a number patter where you add the last number to the current one (0,1,1,2,3,5,8,13,21,34,55,89, ect...)
It would work like this:
Player 1: 1
Player 2: 1
Player 3: 2
Player 1: 3
Player 2: 5
And so on
So,
1