Skip to content

This is my first time working with SDL2 in C. For my first project, I chose to recreate my Ping Pong game, which I had previously developed in Pygame, with some additional features.

Notifications You must be signed in to change notification settings

Klihe/PingPong-SDL2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PingPong-SDL2

This is my first time working with SDL2 in C. For my first project, I chose to recreate my Ping Pong game, which I had previously developed in Pygame, with some additional features.

Requirements

  • SDL2 (installed with brew)
  • Makefile

Install requirements

brew install sdl2

Run

make

Controls

Player1

w - up
s - down
a - left
d- right

Player2

arrow up - up
arrow down - down
arrow left - left
arrow right - right

Support

  • MacOS

About

This is my first time working with SDL2 in C. For my first project, I chose to recreate my Ping Pong game, which I had previously developed in Pygame, with some additional features.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published