Link to play: https://dimos082.github.io/Pong_game/
My first pong game, some features are upcoming. But still playable, enjoy! (if you dare)
Architecture: Single-loop immediate-mode canvas game driven by a timed update/render cycle.
Imperative ES5-style JavaScript using global variables and plain functions for game logic and rendering.