Welcome to Literally Just Pixels On A Screen. In this "game" you get to collect pixels. That's it.
Leave the game open and every hour you will be dropped a random pixel. Different pixels have different drop rates. Pixels will appear as items in your Steam inventory, are tradable, and can be bought/sold on the Steam Community Market.
You can also craft 10 pixels into a single random pixel.
Drop rates for each pixel:
Each pixel is in 12-bit RGB color space and can be represented by 3 hex digits, one for each R, G, and B value. Each digit (0 - F) represents a number between 0 and 15.
Each pixel is generated by essentially simulating a sequence of 45 coin flips. The number of heads in the first 15 coin tosses determines the R value, the number of heads in th...