A Quick Coin Flipping Game in C
Original: All in one main.c file and uses for loops and such.
Functional: An experiment using "Functional" only program with truly pure functions. Has an additional Header file.
To play, just cd into the respective directory and make (requires GCC).
~/$ git clone https://github.com/jqwez/coin-flip-c ~/coin-flip-c$ make ~/coin-flip-c$ ./main
(if required) ~/coin-flip-c$ sudo chmod +x ./main