A C based game made in BGI graphics in c programming making 2 player and ball with display score in Linux
Note: Make sure you have graphics library setup for linux
Configure graphics library to work in linux:
Follow Using SDL Answer and download libgraph
Then,
Clone the source locally:
$ git clone https://github.com/samyoga/volleyball
$ cd volleyball
$ make run
Please contribute using Github Flow. Create a branch, add commits, and open a pull request.