Swarm 2
Swarm 2 is CrazyMonkeyGames' arcade sequel, and the publisher's own one-line description is the whole premise: *What could be more fun than a room full of razor wasps?* The movie is played with the mouse -- its own ActionScript tracks a crosshair with `onMouseMove` and drives a blade against the swarm -- and the hero it puts in the room wears down as the wasps connect, shrinking through four sizes (`shrink1`-`shrink4`) until a continue is spent. Each enemy carries its own speed, radius and turn (`enemyspeed`, `enemyradius`, `enemyturn`), so the swarm moves as a flock rather than in straight lines, and the game runs twenty-five levels deep with score bonuses along the way. It ends on a high-score submission to CrazyMonkeyGames' own board for the game (scoreboard id 121), and its last screen has a tongue-in-cheek word for anyone who reaches the end: *"Wow, you must have cheated. Cuz like nobody gets here. Congratulations, cheater."* The archive's own Swarm is its predecessor.