Programming Poker
Blitz3D Forums/Blitz3D Programming/Programming Poker
| ||
| 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? |
| ||
| 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. |
| ||
| Anyone coded a poker game in blitz so far? |
| ||
| 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. |
| ||
| This should give you a head start - http://www.blitzbasic.com/Community/posts.php?topic=71751#802395 |
| ||
| Thanks Yahfree, that's cool! |
| ||
| I made several casino games in B+ . If you want, send me a private message. |
| ||
| You mean email by private message? ok, sending now. |
| ||
| 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. |
| ||
| It will be multiplayer only so I have no worries for the AI. |