maximum number of players

86 Views Asked by At

If more than 2 players connect to the airconsole game, nothing in the controller.html code works. how can ı fix this

I did try more than 2 player connect the game and it not work.how can ı fix this

Is there a maximum player limit? If so, how can I increase this limit?

1

There are 1 best solutions below

2
Marc Schärer On

There is no limit by default. The number of players that will be considered depends on what your screen defines when you call setActivePlayers(numberOfPlayers). Is it possible that you have code that uses setActivePlayers(2) like it is provided in the current pong game example?