@XxookooxX DISCLAIMER: I did not make this project to one-up anyone. I made it for educational purposes. If you look inside of the project, you can see some comments explaining the little changes that I did make. ~~~ Use WASD or the Arrow keys to dodge the rockets for as long as you can.
Edits I made: - Added movement for WASD, so now players can use arrow keys or WASD without any problems - Shortened timer to 3 seconds to improve player interest - Simplified player movement code (Halved the amount of blocks used) - Created a death animation - Created a function to allow the player to restart without having to reboot the entire project (Restart button) - Created a timer function to see if you have improved over time - Created a title screen - Created a gray "clicked" visual for when you click the restart button. - Missiles now get faster over time, I included two methods of speeding up. (Increase by a value or increase by a percent over time) - Added some clouds in the background