Your Name: Jarred Spear Game Name: Light Cycles Description: Arcade game based on Tron from 1982 Implementation Details: The game has an initial, instruction stage, then the game stage, and finally a game over stage. The stage handles the first transition, the cycles themselves broadcast the second transition based on when they "crash". Other than that, the code is surprisingly simple. I spent probably the last 45 mins- an hour of my time removing redundancies to where it is now. Bugs/Problems Encountered: I had a lot of problems with the pen, so it's possible that I have too many "clear" blocks, but it works now! If I Had More Time: I would figure out how to make it so that the cycles would crash on their own trails. I tried, but they ended up immediatly crashing on the trail they were creating. I'm not quite sure at the moment that it's actually possible.