2 Player Platform Physics Engine by @rukai This physics engine is mostly pen! Player 1/Player 2 Controls: - Side arrows/AD for horizontal movement - Up arrow/W to jump - Down arrow/S to fall quicker - Double click down arrow/S to drop through platforms - Q V/M space to shoot - C/N to shield - P to change platforms (for now only two) Basically: 1: Arrow keys to move, M/space to shoot, N to shield 2: WASD to move, Q/V to shoot, C to shield Features: - Knockback! (calculated with cosine of direction of bullet) - Fall damage! (if y velocity is less than -15) - Pen! (the project is all pen except for ghost effect 100 ball) - And more! (check the code guys) If you want to use this, credit should go to @rukai. Log: 11/11/18 - Added fall damage 11/8/18 - Changed graphics 11/7/18 - Added knockback, shared 11/6/18 - Added shield 11/5/18 - Refined physics, added second player