├── p.txt ├── b.txt ├── kbc.c └── README.md /p.txt: -------------------------------------------------------------------------------- 1 | shah-deep 1000000 2 | -------------------------------------------------------------------------------- /b.txt: -------------------------------------------------------------------------------- 1 | Deepshah-deep123 -------------------------------------------------------------------------------- /kbc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shah-deep/Who-wants-to-be-a-Millionaire/HEAD/kbc.c -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Who wants to be a Millionaire Game in C-program 2 | KBC game implemented with C programming. 3 | 4 | It is a simple "Who wants to be a Millionaire Game" like game that runs in terminal. 5 | 6 | It has user login and sign-up fascility, and uses text files to store data. 7 | 8 | To run, simply compile & run kbc.c program file. 9 | 10 | Hope you enjoy it... ;) 11 | --------------------------------------------------------------------------------