Garnek0 / SDLPong

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:C 97.4%Language:Makefile 2.6%