Co-operate or fight against other players online to add your favorite color to the screen! You can press R, G or B (red, green and blue) to change the selected color. The selected color gains intensity on the screen, but keep in mind that you must wait 10 seconds before changing again. Every minute, the screen resets to white. Have fun!
This project is based in r/place and in the RGB palette. Each pixel on your screen is composed by three diferent subpixels: a red one, a green one and a blue one. Each subpixel has a different intensity depending on the color that must be shown, and their combination allows the pixel to show a high range of colors. However, this project is a bit different: in real RGB, the subpixels are independant from eachother, while in this project, the intensity of the "subpixels" (which are actually just colored panels overlapping) is calculated with the total score of the three colors divided by 3, then multiplied by 100. So while one color gets points, the other ones lose them more lightly.