========================================= CONTROLS Movement - Arrow Keys ========================================= This project demonstrates a method to make clones interact with other clones independently. It uses clones of beetles as "Enemies" that shoot clones of arrows as "Bullets". This project uses lists as means to "transfer" data from one clone to the other. It also uses broadcasts for clones to communicate with another. =========================================