/SDLPong

A recreation of the classic game "Pong" using C and SDL2

Primary LanguageCMIT LicenseMIT

SDLPong

Basic Pong-like game made using SDL

Building and Running

Linux

To build the game, run make build in the root directory, or make run to build & run.

Windows

To run SDL Pong on Windows you must use some sort of linux environment (such as WSL) and build/run the game there. I may include some precompiled executables in future releases.

License

Licensed under the MIT License. (See "LICENSE")

TODO

  • Basic game mechanics (two paddles and the ball)
  • Random ball tossing position.
  • Score and win condition.
  • Sound effects.
  • Computer Opponent.