This is a simple remake of pong using SDL21.
If you for whatever reason do not have listed prerequisites, and do not wish to download them via the provided links, you can also downloaded them via your preferred package manager, which is recommended.
- Clone this repository or otherwise download the
SDL_pongdirectory - Navigate to the
SDL_pongdirectory - Run
make - Run
./pong
Use the w and s as well as the "uparrow" and "downarrow" keys to move the left and right paddles up and down, respectively. The process will end once either score reaches 100; this is expected behavior.
- Run
make cleanin theSDL_pongdirectory to clean it of the executable and object file created by themakecommand - This project is not windows compatible, sorry.