2048 Balls 3D - chanhpomme/ugp-wiki-temp GitHub Wiki

2048 Balls 3D

"2048Balls3D"

Number player skins available: 6

GameParameters:
{
  "Timer": 90
  "NumberOfBalls": 50
  "BoardLevel": 3
  "BallsTheme": 0
}
Timer: Duration of the game. 0 for infinite game duration. Otherwise, Proxy.GameEnded will be called automatically at the end of the timer
NumberOfBalls: Limit of generables balls. 0 for infinite balls. Otherwise, Proxy.GameEnded will be called automatically when the number of balls reaches 0
BoardLevel: Goal to reach. 0 for 256, 1 for 512, ... 3 for 2048 ...
BallsTheme: Index of the ball's theme (from 0 to 17)

In-Game Boosters:
"Bomb" { }: replace the ball by a bomb. This last explode when it touchs another ball
"Double" { }: double the ball value in the shooter

⚠️ **GitHub.com Fallback** ⚠️