# PoP Assessment 2 – Raylib Pong Game ## Student: Lalit Dangi ## UWE ID: 24036158 ## Description: This is a modular Pong-style game developed using the C programming language and the Raylib graphics library. The program allows a user to control a paddle with keyboard input and interact with a bouncing ball. The project demonstrates understanding of C fundamentals including: - Structs - Pointers - Heap memory (`malloc`, `free`) - Modular programming (multiple `.c` / `.h` files) - Compilation using a `Makefile` ## How to Compile: ```bash make ./main