Use the arrow keys to control the Paddle. This is a test to see how optimized I can make a pong game. There is a lot to go, and the game is more of a tech demo than a game since there is no point or AI system. Known things to fix/optimize -There is no Ai -There are no points/scores. -Ball will sometimes clip through paddle edges -Paddle can get stuck offscreen
CURRENT GAME SIZE: .sb3= 8.3 KB GOAL: 4 KB 100% pen. 100% my code. 1 Sprite. 1 Event Block. ___________________________________________ V0.0: Initial test. Started with the base idea. Some events are very unoptimized just to get it working. Ai is temporarily controlled with a sine function. V0.1: -Removed Ball render lag. -Added goals and ball respawning -Fixed a bug where ball would clip inside paddles (Mostly) -Optimized Paddle Rendering