Hack Made Space Invaders Possible

The Atari 2600 only had 128 bytes of RAM total… yet developers still managed to bring Space Invaders to the console. How? Instead of storing the position and state for every alien individually, programmers used a clever trick: they stored the position of just one alien and mathematically calculated the rest. The only thing they […]