Paintball is a top down puzzle game for 1 to 3 players. Copy given colored geometric shapes by throwing a ball back and forth.
- we added an equation for the color mixing at the top in every level
- the equation shows the actual colors in the following manner: "already existing line color" + "ball color" = "new line color"
- you can hover colors in the equation to highlight the color in the color circle
- in addition we changed to ball color to always show to color of the player character carrying the ball
- the throw button now shows the actual ball color, the line on the button shows the line color after the throw.