A fully functional ASCII Pong game implemented entirely in MySQL, using:
- A
pong_statetable to track ball and paddle positions - Stored procedures to simulate ball physics and paddle AI
- A MySQL
EVENTto update the game state every second - A visual
render_full_frame_lines()procedure that returns a styled ASCII frame - A Docker setup with MySQL + phpMyAdmin for testing