Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width">
    <title>Rational War?!?</title>
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
    crossorigin="anonymous">
</head>
<body>
    <div class="container">
        <div class="panel panel-info">
            <div class="panel-heading"><strong>Refrences</strong>
            </div>
            <div class="panel-body">
                <p><a href="https://archive.org/stream/CreativeComputingv01n04MayJune1975/Creative_Computing_v01n04_May_June_1975#page/n22/mode/1up"
                    target="_blank"><strong>Archive.org</strong></a> (Creative Computing, May/June 1975)</p>
                <p><a href="http://www.atariarchives.org/bcc1/showpage.php?page=175" target="_blank"><strong>Atari Archives</strong></a> (Best of Creative Computing, vol. 1)</p>
                <p><a href="http://mindyourdecisions.com/blog/2007/09/25/game-theory-tuesdays-i-challenge-you-to-a-truel/" target="_blank"><strong>Truels, or how game theory may explain survival of the weakest</strong></a> (Mind Your Decisions, September 25, 2007)</p>
                <p><a href="http://puzzling.stackexchange.com/questions/295/the-mexican-standoff" target="_blank"><strong>The Mexican Standoff</strong></a> (Puzzling Stack Exchange, May 20, 2014)</p>
                <p><a href="http://puzzles.nigelcoldwell.co.uk/fiftyone.htm" target="_blank"><strong>Answer to Puzzle #51: Three Way Duel or Truel</strong></a> (Nigel Coldwell)</p>
            </div>
        </div>
        <div class="panel panel-primary">
            <div class="panel-heading"><strong>Explanation</strong>
            </div>
            <div class="panel-body">
                <div id="results"></div>
                <button id="mainButton" type="button" class="btn btn-primary">Click to work out 2-world battles</button>
            </div>
        </div>
    </div>
    <script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
    crossorigin="anonymous"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjs/3.10.0/math.min.js" integrity="sha256-04DiGYi38LN+bI0JTo5AvzjLH8JURDrpIMAt3Drw/og="
    crossorigin="anonymous"></script>
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
    crossorigin="anonymous"></script>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
greymattersblogpro
0viewers