<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
Keyboard Shortcuts
Shortcut | Action |
---|---|
ctrl + [num] | Toggle nth panel |
ctrl + 0 | Close focused panel |
ctrl + enter | Re-render output. If console visible: run JS in console |
Ctrl + l | Clear the console |
ctrl + / | Toggle comment on selected lines |
ctrl + ] | Indents selected lines |
ctrl + [ | Unindents selected lines |
tab | Code complete & Emmet expand |
ctrl + shift + L | Beautify code in active panel |
ctrl + s | Save & lock current Bin from further changes |
ctrl + shift + s | Open the share options |
ctrl + y | Archive Bin |
Complete list of JS Bin shortcuts |
JS Bin URLs
URL | Action |
---|---|
/ | Show the full rendered output. This content will update in real time as it's updated from the /edit url. |
/edit | Edit the current bin |
/watch | Follow a Code Casting session |
/embed | Create an embeddable version of the bin |
/latest | Load the very latest bin (/latest goes in place of the revision) |
/[username]/last | View the last edited bin for this user |
/[username]/last/edit | Edit the last edited bin for this user |
/[username]/last/watch | Follow the Code Casting session for the latest bin for this user |
/quiet | Remove analytics and edit button from rendered output |
.js | Load only the JavaScript for a bin |
.css | Load only the CSS for a bin |
Except for username prefixed urls, the url may start with http://jsbin.com/abc and the url fragments can be added to the url to view it differently. |