Texas Hold'em Poker!
-
Hi,
I'm currently adding support for nodebb using mongodb as database for a friend's request to an opensource multiplayer texas hold'em game.
The support will be added to my open source module which bridges the game to nodebb using nodebb authentication and retrieving members'avatar to display in game.
If there is enough interest, I'll deploy it on a test site for you to test drive it.
Texas Hold'em and its variants such as Omaha, Crazy Pineapple, 5/7 Card Stud, Telesina is supported.
Sit&Go Tournaments configured at your liking.
Scheduled TournamentAuthentication to the game using nodebb blowfish is completed. I'm working on displaying avatar next!
Once done, anyone can install the game server/client and configure your nodebb site so members can play poker together but only play money though!
Game and bridge modules are all open source so free to install!
Below is a screen shot of what looks like once you are logged in and sat on a table playing:
Later!
/LR
-
Sounds interesting, did you forget to upload the screenshot?
-
@psychobunny said:
Sounds interesting, did you forget to upload the screenshot?
My bad, here you go, me playing with some bots as I just complete code for retrieving avatar, it was not an easy one :
Took me a while to figure out how to retrieve user profile from nodebb. I should be able to put up a test site in a couple of days running with latest version of nodebb on ubuntu 12.04 LTS with mongodb.
What you see in the picture is what you will experience when you log on to the game using nodebb credentials. You can play the game from mobile device too and requires no download.
-
Here you go, code complete, the only thing left is to publish to github!
Support only mongodb! Redis could be added though but no plan to do it.
If there is enough interests, I deploy the game to a test site to test drive it so you can bring a friend or play with bots!
/LR
-
@LuckyRiver said:
Here you go, code complete, the only thing left is to publish to github!
Support only mongodb! Redis could be added though but no plan to do it.
If there is enough interests, I deploy the game to a test site to test drive it so you can bring a friend or play with bots!
/LR
looks great, waiting for it on github
-
@exodo said:
@LuckyRiver said:
Here you go, code complete, the only thing left is to publish to github!
Support only mongodb! Redis could be added though but no plan to do it.
If there is enough interests, I deploy the game to a test site to test drive it so you can bring a friend or play with bots!
/LR
looks great, waiting for it on github
Thanks! I'll commit code tonight when I get home and write more installation and configuration instructions. But before you can really use my open source bridge for your own nodebb site, you will need to pass all the steps to install and configure the open source poker game server/client from Cubeia.
Visit my dev site : http://boardservice.org/community. You need to have root account and basic knowledge of linux if you plan to install it on a linux distro. You probably want to test it on windows too if you don't have a vps/dedicated server yet.
Note, if you own already existing nodebb site, whenever the user authenticates to the game, the bridge automatically creates one on the backoffice and links it to the on your forum so that whatever amount of cash you have won/lost, will be saved and reloaded.
Now, my friend owns me some beer!
-
Have deployed a fully working demo on a test site, you can drop by and register a free test account below:
Sign up free account with nodebb: http://famepoker.com:4567/
Access to game : http://famepoker.com:8181/poker/cubeiaclassic/
I just also finished adding authentication through facebook .
I ran few batches of bots so you can test drive to get the feel of the game.
I give installation support on my dev site if you have difficulty to get it installed.
Feel free to test it also on mobile device too!
And yes, I have committed source code done for nodebb to github !