News

Hex Invaders will teach you the logic behind hexadecimal colors. The code is really just based upon RGB values. Once you learn that, the game hands you a blaster, and sends aliens your way.
The hexadecimal system is comprised of 16 symbols: 0-9 and A-F. Typically it's used by programmers to condense and communicate large binary numbers easily. It's also used to communicate data.