Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
oscar6echo committed Sep 28, 2014
1 parent 462ccf3 commit 06e27c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion viz/game/index.html
Expand Up @@ -3,7 +3,7 @@

<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>Exhaustive Equity Calculation</title>
<title>Hand Equity Calculator</title>
<link href="./css/style.css" rel="stylesheet">

</head>
Expand Down
6 changes: 5 additions & 1 deletion viz/game/js/viz.js
Expand Up @@ -290,7 +290,7 @@ function init_variables() {
function init_viz(){

// draw title
title.text("Hand Equity - Exhaustive Search");
title.text("Hand Equity Calculator");


// build table cards shuffle/reset buttons
Expand Down Expand Up @@ -1424,6 +1424,10 @@ function test_draw() {
function exhaustive_mode() {
console.log("exhaustive_mode");
exhaustive = true;

equity = equity_zero(nb_player);

update_viz(nb_player);
}


Expand Down

0 comments on commit 06e27c6

Please sign in to comment.