Reflector is game where YOU control the enemies. - Use arrow keys/WASD to move. - Click anywhere to create enemies. Enemies (yellow objects) will "reflect" off the edge. You start with one of these. - Do not touch enemies. This will destroy you. - There is a 1 second cooldown when releasing enemies to avoid insanely high scores. - The aim is to get the highest score by creating the most clones of the enemy and aiming carefully. If you don't make enemies, you can't make score. - My highest score is 41 (but I measured enemy collision with my eyes, not with scripts)
100% by me. ** [WIP-DNF] - not finished. needs enemy detection todo: user interface updates ** Note: It seems 'if on edge, bounce' reflects about a 90 degree normal line perpendicular to the edge, not a 90 degree angle (change of velocity vector signs). See light reflection in physics if not understood.