Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
1 result

pop-assessment2

  • Clone with SSH
  • Clone with HTTPS
  • Name Last commit Last update
    README.md

    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:

    make
    ./main