https://github.com/bigmat18/pong-sdl2
PingPong game makes with C and SDL2 library and using socket to implement multiplayer
https://github.com/bigmat18/pong-sdl2
c game game-development ping-pong sdl sdl2 socket sockets
Last synced: 19 days ago
JSON representation
PingPong game makes with C and SDL2 library and using socket to implement multiplayer
- Host: GitHub
- URL: https://github.com/bigmat18/pong-sdl2
- Owner: bigmat18
- Created: 2022-11-06T22:24:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-15T12:58:38.000Z (over 3 years ago)
- Last Synced: 2026-06-04T06:23:32.617Z (about 1 month ago)
- Topics: c, game, game-development, ping-pong, sdl, sdl2, socket, sockets
- Language: C
- Homepage:
- Size: 434 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pong
## Description
PingPong game makes with C and SDL2 library and using socket to implement multiplayer. This game is a modern version of the retro game Pong, makes by Atari in 1972. This version was created to implement this game with online multiplayer in c.
## Istallation
To play you need to have sdl2 and sdl2-ttf library and pkg-config tools to linked him. Execute this command on MACOS:
```
brew install sdl2
brew install sdl2-ttf
brew install pkg-config
```
After this you can run the code with this command:
```
./build/bebug/play
```
## Game Image