Programming Poker

Blitz3D Forums/Blitz3D Programming/Programming Poker

Mortiis(Posted 2008) [#1]
A company asked me if I can make a 3d poker game for them. I don't know poker so is it any hard to code a single player poker game?


plash(Posted 2008) [#2]
Google is your friend :)
http://www.codeproject.com/KB/game/pokerhandevaldoc.aspx
I don't know if you can understand c#, if not theres plenty more variety.


Mortiis(Posted 2008) [#3]
Anyone coded a poker game in blitz so far?


Vertigo(Posted 2008) [#4]
Card games shouldnt be too much trouble, personally ive never coded one, but I believe having an index or lookup table for what beats what would be rather easy to implement.


Yahfree(Posted 2008) [#5]
This should give you a head start -

http://www.blitzbasic.com/Community/posts.php?topic=71751#802395


Mortiis(Posted 2008) [#6]
Thanks Yahfree, that's cool!


Seldon(Posted 2008) [#7]
I made several casino games in B+ . If you want, send me a private message.


Mortiis(Posted 2008) [#8]
You mean email by private message? ok, sending now.


Snarkbait(Posted 2008) [#9]
I made a blackjack game & started on a texas hold 'em poker game in b+ using cards.dll... the hard part for poker is in programming the AI for the computer players.


Mortiis(Posted 2008) [#10]
It will be multiplayer only so I have no worries for the AI.