// arrow keys to move // click to shoot // space to lay trap // This is the updated project the old one is not available anymore but the cloud data is still up to date so all previous ratings and high scores are still saved. // All code, music, and art by me // High score holder: @NT_Predator (123238) points // While building this I came across an interesting problem: when moving objects at high speeds some collisions may be missed, my solution to this was to move things in smaller fractions than to stop the frame at a collision this was effective but if you have any other solutions please leave a comment.