Objective:
Destroy all your opponents little red boxes.
Controls:
- J/L: move player 1 paddle left/right; I/K: speed up/down time in player 1's world
- A/D: move player 2 paddle left/right; W/S: speed up/down time in player 2's world
Changes in this version:
- Added separate physics worlds for each player
- Added visualization showing the remaining amount of time warping, it recharges over time
- Fixed a bug where the aiming lasers rendered but the ball would not actually collide with the paddle
- Removed the healing property of balls matching the player color. All balls damage all lives.
- Changed ball color so it indicates which physics world the ball currently lives in
- Changed ball explosions so they damage lives and apply impulses to other balls within the explosion radius
- Changed the colors of the players/background a bit
- Changed the game aspect ratio to make it more suitable for playing on phones
- Changed all lives to spawn with the same health, but maybe it was better when the ones near the edges were weaker..?
LAN multiplayer is still broken!