An open API service indexing awesome lists of open source software.

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

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