Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.02 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.02 KB

Volleyball - Graphics game in Linux

A C based game made in BGI graphics in c programming making 2 player and ball with display score in Linux

Volleyball features

Note: Make sure you have graphics library setup for linux

Installation

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

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request.