Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > General Poker Discussion > Poker Beats, Brags, and Variance
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 12-01-2007, 04:58 PM
KamiKatze KamiKatze is offline
Senior Member
 
Join Date: Oct 2007
Location: Princeton-Plainsboro
Posts: 449
Default Re: $50 for whoever comes up with Funniest villain perspective.

[ QUOTE ]


Pre-flop:
<font class="small">Code:</font><hr /><pre>
function preflop() {
if(c1.suit == c2.suit) {
cappot = 1; // ZOMG sooted
} else {
if(c1.ace || c2.ace) {
call = true;
}
}
}
</pre><hr />
Flop: A[img]/images/graemlins/spade.gif[/img] T[img]/images/graemlins/club.gif[/img] K[img]/images/graemlins/club.gif[/img] (8.0 SB, 2 players)
<font class="small">Code:</font><hr /><pre>
function flop() {
if(isFirstToAct) {
bet = true; // We never get here without a great hand, so bet ldo
}
if(villain.raise &amp;&amp; villain.raisepf) { // cont. raise ldo, always raise
raise = true;
}
}
</pre><hr />
Turn: Q[img]/images/graemlins/heart.gif[/img] (7.0 BB, 2 players)
<font class="small">Code:</font><hr /><pre>
function turn() {
while(stillHaveCards) {
bet_raise++; // we never get here without a great hand, so always bet
}
}
</pre><hr />
River: 4[img]/images/graemlins/diamond.gif[/img] (15.0 BB, 2 players)
<font class="small">Code:</font><hr /><pre>
function river() {
//if we get here, check hand to see if we are good
if(hasPair) {
wearegood = true; //We never get here without a hand
bet_raise++; // Never fold a pair in limit
}
shipit();
}
</pre><hr />
Final Pot: 23.0 BB
Hero shows: Q[img]/images/graemlins/diamond.gif[/img] J[img]/images/graemlins/spade.gif[/img]
SB shows: 4[img]/images/graemlins/spade.gif[/img] 7[img]/images/graemlins/spade.gif[/img]

Hero wins 22.9 BB ( won +11.4 BB )
SB lost 11.5 BB

[/ QUOTE ]

<font class="small">Code:</font><hr /><pre> Syntax error. </pre><hr />

[/ QUOTE ]


sorry, but ... wtf?
Reply With Quote
  #2  
Old 12-01-2007, 06:23 PM
Dudd Dudd is offline
Senior Member
 
Join Date: Sep 2004
Posts: 3,048
Default Re: $50 for whoever comes up with Funniest villain perspective.

[ QUOTE ]
sorry, but ... wtf?

[/ QUOTE ]

Reply With Quote
  #3  
Old 12-01-2007, 06:24 PM
pfc_ivan12323232 pfc_ivan12323232 is offline
Member
 
Join Date: Nov 2007
Posts: 39
Default Re: $50 for whoever comes up with Funniest villain perspective.

Second Place: Name on stars ivann14 .. Thnx a lot !

$30 received. Dont have any words to say what legend the OP is. Will ship back if i build my rollz [img]/images/graemlins/laugh.gif[/img] [img]/images/graemlins/laugh.gif[/img]
Reply With Quote
  #4  
Old 12-01-2007, 06:43 PM
hslater hslater is offline
Junior Member
 
Join Date: Jul 2006
Posts: 9
Default Re: $50 for whoever comes up with Funniest villain perspective.

[ QUOTE ]
[ QUOTE ]
sorry, but ... wtf?

[/ QUOTE ]



[/ QUOTE ]

[x] third panel made me laugh more than any other post today
Reply With Quote
  #5  
Old 12-01-2007, 07:35 PM
Ephialtes Ephialtes is offline
Senior Member
 
Join Date: Jul 2007
Posts: 534
Default Re: $50 for whoever comes up with Funniest villain perspective.

[ QUOTE ]
[ QUOTE ]
sorry, but ... wtf?

[/ QUOTE ]



[/ QUOTE ]

there was a thread with one million pics like this, cant find anymore
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:22 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.