Categories:

Home / Free JavaScripts / Games / Here

Cut & Paste Russian Roulette

Credit: JavaScript Kit

Description: Play Russian Roulette the non-lethal way with this script. A fun addition to your site.

Example:

Load number of bullets (1-6):

Directions

Simply insert the below into the <body> section of your page:



//Russian Roulette Game- by javascriptkit.com //Visit JavaScript Kit (http://javascriptkit.com) for script //Credit must stay intact for use function fireit(){ var theone=Math.floor(Math.random()*6) if (theone<=document.fire.bullets.value-1) alert("Bang. You\'re dead!") else{ document.fire.message.value="Whew. Got lucky!" setTimeout("document.fire.message.value='Play Roulette'",500) } }

This free script provided by
JavaScript Kit

You'll also want to download the below image, and upload it to the same directory as where the script is in:

Download by right clicking it, and selecting "Save as".


CSS Library | JavaScript & DHTML Menus
JavaScript Tools:
Site Info


CopyRight (c) 2018 JavaScript Kit. NO PART may be reproduced without author's permission. Contact Info