A very simple and lightweight coin flipper.

krikmo 3e87d950a1 Update copyright year il y a 9 ans
README.md 3e87d950a1 Update copyright year il y a 9 ans
flip.js fc5d036734 Migrate javascript code to flip.js il y a 9 ans
index.html 7c88bfa893 Change raw link color il y a 9 ans
raw.html f018f9b3c9 Improve page appearance on mobile il y a 9 ans

README.md

The Coin Flipper

A very simple and lightweight coin flipper.

Magic

This uses JavaScript's Math.random(). The output is fed to an if/else statement and if it is true the result is "Heads".

License

Copyright (c) 2016 Krik Mohammed

This project and its contents are open source under the MIT license.