An early version of a simple Pong game, ported from Java to Scratch. The current version of the game has two-player controls: Player one is on the left side of the screen, and their controls are provided at the start screen (a - up, d - down). Player two, on the other hand, is on the right side of the screen, and moves up with the right arrow key and down with the left arrow key.
Planned features: - Single-player games vs. AI - Selection between two-player games and single-player games - Additional tweaks and bugfixes I appreciate your feedback - please leave it in the comments! All code is original, with some basic design components derived from a version of Pong that I created in Java, which was also original work.