My version of Atari's classic game, Breakout! Controls: Use [<] & [>] or [A] & [D] to move the paddle left and right (depending on the settings) Press [R] to respawn the ball [SPACE] to start game Button on top right changes control mode Objective: Brea(K) all the bricks at the t(O)p of the scree(N) by bouncing the b(A)ll of your paddle at the botto(M). Don't let the ball h(I)t the bottom of the s(C)reen, (O)r you will lose a life. You will "(D)ie" and los(E) if you lose all three of your lives (shown at the top left). But, if you break all the bricks, you will win! Tips: ° The button on the top right can change the control mode. You can switch between WASD and Arrow Keys ° Never let your lives go to zero, or you will lose. ° Try to get the ball above all the blocks if you can, as you can bounce it off of the top blocks and it will be very epic I guess.
Thanks to Atari for making the OG breakout Thanks to Scratch for existing Ball physics are borrowed from my pong game, credits can be found there. Dev Log: v0.1 (1/30/2023) - Began working on the game v0.2 (1/31/2023) - Fully implemented the basic code (ball physics, bricks breaking, paddle movement, etc.) v0.3 (2/1/2023) - Fully implemented the life system and the ability to win and lose. v1.0 (2/2/2023) - Public release. v1.1 (2/2/2023) - Minor bug fix. v1.2 (2/3/2023) - Added and easter egg. Two bugs fixed. v1.3 (2/7/2023) - Added WASD controls for the paddle, well, technically only AD but whatever. Bug fix. Changed the easter egg. v1.4 (2/8/2023) - Bug Fix. Changed ball physics and the paddle's respawn.