The Free Poker Room

 
 - Forums - Sign Up - Reply - Search - Statistics -
Poker The Free Poker Room Forum / Poker /

New excitement to the site ''HEADS UP TABLE AND TOURNEYS''

 Page Page 1 of 2:  1  2  »» 
Author karabuyu
Forums Member
#1 - Posted: 15 Apr 2010 19:53
Hi all, before explain ı wanna say my english not good and this is my first opening a thread.

I watched some heads up tourney videos on youtube and thought ıt can be good for here.. you can watch here the link
http://www.youtube.com/watch?v=BfluMVTEHdI

We need just a table and dear mods can organise tourneys for weekly or monthly.. I think ıt may be very enjoyable ıf ıt's possible..
what you think, sounds good?
Author foolme
Forums Member
#2 - Posted: 15 Apr 2010 19:54
Yep I understand it very fun, kind of like fulltilt poker.
Author nightwriter
Moderator
#3 - Posted: 15 Apr 2010 19:55
Unfortunately, you need 2 person tables to do such an event -- which we don't have. Sorry.
Author foolme
Forums Member
#4 - Posted: 15 Apr 2010 19:57
Yeah and unless the blinds start like level 4 it will be time consuming. On the other hand we can come up with other ideas to make heads up work.
Author Harrisson
Forums Member
#5 - Posted: 15 Apr 2010 20:02
Grear idea m8!, would be good if the site could one day provide this, it would be cool!
Author Bento
Forums Member
#6 - Posted: 15 Apr 2010 21:25
Not sure it is an option, but would be fun.

Your English on the post is very good, Karabuyu. Respect.
Author Daniella
Forums Member
#7 - Posted: 16 Apr 2010 17:36
Ohh...
Heads up, is an art unto itself.

This is where you can play any Ace, any face card....et cetera.
Sounds like a lot of fun, actually.

=)
Author ronvisser
Forums Member
#8 - Posted: 16 Apr 2010 18:00
I gues there will be a long waitinglist lol, but its a nice format...
Author Harrisson
Forums Member
#9 - Posted: 16 Apr 2010 18:02
Could there not be one table, where once two people sit, the game starts, no more are allowed, could one table be adjusted for this?

(Use the scheduled omaha table port lol)
Author batankyu2
Forums Member
#10 - Posted: 16 Apr 2010 18:05 - Edited by: batankyu2
It is very probable that the number of seats at the table are parametrable
when you see how the client/server protocol is implemented.

At the beginning of each hands, the server sends to clients a line of text
beginnning by @$ like this one (from Treasure Trap):

@$Holdem NL 100;1;100;25;50;0.25;3;1;The Free Poker Room;4;1111111111 ; ;false;0;0;50;100;0

* "Holdem NL 100" is the top-left corner title (replaced by tourney number for tourneys)
* 1;100 are the min and max buy-in (irrelevant for tourneys)
* 25;50;0.25 are the current small, big blinds, and bet granularity
* 3 is the bet structure (0=Fixed, 1=Spread, 2=Pot limit, 3= No limit)
* 1 says the table is a tourney (0 is for ring game)
* "The Free Poker Room" is the title printed on felt
* 4 is the seat number where the button is
* "1111111111" is the seat mask and is what is important here
* 50;100 are blinds for next level (irrelevant for ring games)
* other infos are yet unknown (seems always false and 0;0)

The seat mask is a string of ten bits, where a 1 stands for
"there is a seat at this postion" and 0 stands for "there is no seat at this position"
(the corresponding seat is hence "masked").
All our tables have mask "111111111", so we have always ten seats,

... except for the stud table, where you see new hands announced by lines like:

@$Holdem NL 100;500;1000;5;10;0.25;3;0;The Free Poker Room;10;1011101110; ;false;0;0;10;20;0

As you can see, the seat mask is "1011101110" for stud,
and this is why seats #2, #6 and #10 are missing
(they have a zero bit in the seat mask and hence they are masked).

So, the presence of this mask tells me that there necessarily is a way
to configure the tables with the the desired number of seats.
Author Daniella
Forums Member
#11 - Posted: 16 Apr 2010 18:08
Then the winner plays a new person....?
Maybe a team where 3 out of 5 games...wins?

What you would need is turbo blinds....however, it definitely does sound super fun.
Author ronvisser
Forums Member
#12 - Posted: 16 Apr 2010 18:19
batankyu2:
It is very probable that the number of seats at the table are parametrable
when you see how the client/server protocol is implemented.

At the beginning of each hands, the server sends to clients a line of text
beginnning by @$ like this one (from Treasure Trap):

@$Holdem NL 100;1;100;25;50;0.25;3;1;The Free Poker Room;4;1111111111 ; ;false;0;0;50;100;0

* "Holdem NL 100" is the top-left corner title (replaced by tourney number for * tourneys)
* 1;100 are the min and max buy-in (irrelevant for tourneys)
* 25;50;0.25 are the current small, big blinds, and bet granularity
* 3 is the bet structure (0=Fixed, 1=Spread, 2=Pot limit, 3= No limit)
* 1 says the table is a tourney (0 is for ring game)
* "The Free Poker Room" is the title printed on felt
* 4 is the seat number where the button is
* "1111111111" is the seat mask and is what is important here
* 50;100 are blinds for next level
* other infos are yet unknown (seems always false and 0;0)

The seat mask is a string of ten bits, where a 1 stands for
"there is a seat at this postion" and 0 stands for "there is no seat at this position"
(the corresponding seat is hence "masked").
All our tables have mask "111111111", so we have always ten seats,

... except for the stud table, where you see new hands announced by lines like:

@$Holdem NL 100;500;1000;5;10;0.25;3;0;The Free Poker Room;10;1011101110; ;false;0;0;10;20;0

As you can see, the seat mask is "1011101110" for stud,
and this is why seats #2, #6 and #10 are missing
(they have a zero bit in the seat mask and hence they are masked).

So, the presence of this mask tells me that there necessarily is a way
to configure the tables with the the desired number of seats.

Google translate that for me Peter??? lol
Author Daniella
Forums Member
#13 - Posted: 16 Apr 2010 18:32
ronvisser:
Google translate that for me Peter??? lol

Ahhhh....I laughed out loud.
Thanks for that!

=)
Author batankyu2
Forums Member
#14 - Posted: 16 Apr 2010 18:35
The problem with you, guys, is you cannot appreciate Poetry.
Author Harrisson
Forums Member
#15 - Posted: 16 Apr 2010 19:05
ronvisser:
Google translate that for me Peter??? lol

Tut tut Ron, you mean you didn't understand, it's quite simple to follow really, let me try to explain...
batankyu2:
@$Holdem NL 100;1;100;25;50;0.25;3;1;The Free Poker Room;4;1111111111 ; ;false;0;0;50;100;0

and

[quote=batankyu2]* "1111111111" is the seat mask and is what is important here[/quote

What Bat is saying here is...actually, I don't have a clue, what are you saying Bat?
Author batankyu2
Forums Member
#16 - Posted: 16 Apr 2010 19:11 - Edited by: batankyu2
Harrisson:
What Bat is saying here is...actually, I don't have a clue, what are you saying Bat?

Seats are numbered from 1 to 10 in clockwise order around the table.
Seats are present or absent around a table according to a control value set to 1 or 0.
The list of these 10 control values forms the seat mask of the table.

If you set the seat mask of a table to 1000010000,
then only seats #1 and #6 are present around the table,
and hence only two players can sit.
Author Daniella
Forums Member
#17 - Posted: 16 Apr 2010 19:13
Ohhh....English!

That we all can follow.

Heh, I was raised by a quantum physicist....if not for that, your 'work' would definitely read as poetry; to me.

=)
Author Harrisson
Forums Member
#18 - Posted: 16 Apr 2010 19:14
Thats what I thought, I just didn't wanna say.
Author Daniella
Forums Member
#19 - Posted: 16 Apr 2010 19:15
Yeah, best to let us all figure it out on our own what mister genius; aka: Regis, is telling us.
It's the only way to learn....lol.

=)
Author ronvisser
Forums Member
#20 - Posted: 17 Apr 2010 01:43
Harrisson:
ronvisser: Google translate that for me Peter??? lol
Tut tut Ron, you mean you didn't understand, it's quite simple to follow really, let me try to explain...

batankyu2: @$Holdem NL 100;1;100;25;50;0.25;3;1;The Free Poker Room;4;1111111111 ; ;false;0;0;50;100;0
and

[quote=batankyu2]* "1111111111" is the seat mask and is what is important here[/quote

What Bat is saying here is...actually, I don't have a clue, what are you saying Bat?

LMAO !!!!

And Bat I told you I am no good in poetry...lol
Author foolme
Forums Member
#21 - Posted: 22 Mar 2011 16:04 - Edited by: foolme
Cmon we need some new tables, I was so bored, was almost tempted to play blackjack lol.
Author Harrisson
Forums Member
#22 - Posted: 22 Mar 2011 16:19 - Edited by: Harrisson
foolme:
Cmon we need some new tables, I was so bored, was almost tempted to play blackjack.

Blackjack is a great game, I often play in there you should give it a go.
Actually, maybe more blackjack tables?
And can you make them easy again?
That was fun before lol.
Author ronvisser
Forums Member
#23 - Posted: 22 Mar 2011 16:21
Harrisson:
And can you make them easy again?

Yeah would be nice to get all those reactions on it again lmao, that isnt boring..
Cant we add the darts table???
Author Harrisson
Forums Member
#24 - Posted: 22 Mar 2011 16:32
Did anyone know that table 2 is a limit table?
lol I just realised, and the other week I realised there was a pot limit hold'em table too.
I been here 2 years... lol. I wonder if there is any other tables around I haven't seen before!
Author foolme
Forums Member
#25 - Posted: 22 Mar 2011 16:35
Really? Dont tell me you missed 5 card draw which was added three months ago.
Author Sepheryn
Forums Member
#26 - Posted: 22 Mar 2011 17:05
I didn't even know parametrable was a word....... Anyone care to give a definition? lol
Author foolme
Forums Member
#27 - Posted: 22 Mar 2011 17:15
set up for a particular purpose; "configure my new computer"; "configure a plane for a combat mission"
Author foolme
Forums Member
#28 - Posted: 14 Jul 2011 21:05
bump
Author G50raham
Moderator
#29 - Posted: 14 Jul 2011 21:53 - Edited by: G50raham
If heads up are what you want, I trialled it about a year ago, basically you need 5 sets (or at least even numbers ) of players facing each other and the only person they are playing is the one opposite, therefore after the big and small blind are on the table, the next person to the left of small blind makes a choice if he/she wants to play, if he does not (folds) then his opposite number must also fold when their turn comes around, the choice then moves to the next person to the left etc. If someone, (for example player in seat 4 - supposing BB and SB are seats 1 & 2) bets then players in seats 5,6,7 8,10 and both blinds must fold and the heads up between 4 and 9 will then take place.

If no player bets before the option to bet reaches the player in seat 6 (opposite BB again assuming BB is in seat 1) the that player may bet, if he folds the choice goes to the player in seat 7 (opposite SB) if this player bets then BB must fold and SB has the choice of playing or folding. If the player in seat 7 (opposite SB) folds then BB takes the blinds as that player will check and SB must fold.

Once the player opposite you is eliminated then you cannot take any further part in the tournament and you should then go through to the next round.

This may need some polishing as Im sure not all options have been covered here but I would think it would work after Bat does his sums and confirms if its feasible, it did work in the trial and was over fairly quickly, whoever wishes to take this project on and organise it - good luck.
Author foolme
Forums Member
#30 - Posted: 14 Jul 2011 22:19 - Edited by: foolme
Sorry bumped heads up thread Wrong thread. I dont really care about the tourney, but thanks for the explantion. Just Regular heads up tables would be nice.
 Page Page 1 of 2:  1  2  »» 
Poker The Free Poker Room Forum / Poker / New excitement to the site ''HEADS UP TABLE AND TOURNEYS'' Top
Your Reply Click this icon to move up to the quoted message

» Username  » Password 
Only registered users are allowed to post here. Please enter your login/password details upon posting a message, or sign up first.
 
  The Free Poker Room Forum Powered by Bulletin Board Script miniBB ®