https://github.com/thedhruvrawat/kbc
Course Project for course CS F111: Computer Programming at BITS Pilani, Pilani campus (Spring '20)
https://github.com/thedhruvrawat/kbc
c
Last synced: 2 months ago
JSON representation
Course Project for course CS F111: Computer Programming at BITS Pilani, Pilani campus (Spring '20)
- Host: GitHub
- URL: https://github.com/thedhruvrawat/kbc
- Owner: thedhruvrawat
- License: mit
- Created: 2020-08-11T20:57:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-12T09:42:00.000Z (over 4 years ago)
- Last Synced: 2025-01-03T19:46:40.146Z (4 months ago)
- Topics: c
- Language: C
- Homepage:
- Size: 590 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Kaun Banega Crorepati


Course Project for CS F111: Computer Programming course at BITS Pilani
## Installation
Fork this [repository](https://github.com/thedhruvrawat/KaunBanegaCrorepati.git) and then clone it by using the following command.
```bash
git clone https://github.com/thedhruvrawat/KaunBanegaCrorepati.git
```Navigate to the directory using
```bash
cd KaunBanegaCrorepati
```Ensure that you have `gcc` pre-installed, to check the `gcc` version run the following command.
```bash
gcc --version
```If `gcc` is installed then you can run the following command to generate the executable output file and then run it.
```bash
gcc kbc.c -o kbc.exe
./kbc.exe
```## Documentation
Click [here](https://github.com/thedhruvrawat/KaunBanegaCrorepati/blob/master/DOCUMENTATION.txt) to see the documentation and working of this project.
The basic workflow of lifelines has been explained in the *Infographic* below

## Usage
Here are some screenshots of the working of the application





You can view other screenshots of the working of the application in the [screenshots folder](https://github.com/thedhruvrawat/KaunBanegaCrorepati/blob/master/screenshots).
## Contributers
- Dhruv Rawat
- Shubham Sharma
- Vansh Chhabra## License
[MIT](https://choosealicense.com/licenses/mit/)