Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 198 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 198 Bytes

Pong

This is a simple pong implementation in SDL2.

Disclaimer

You need SDL2, SDL2_image and SDL2_ttf to compile this game.

How to play

  • W and S control the paddle.
  • Space starts the game.