Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. The Lounge
  3. Finally...

Finally...

Scheduled Pinned Locked Moved The Lounge
game-dev
18 Posts 14 Posters 3 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Lost User

    Bill Gates Antimatter Particle wrote:

    350 dollars on a sunday afternoon aint bad in my opinion

    Nah, become a contractor, then yo can make that monday afternoon, tuesday afternoon, wednesday ....

    Truth is the subjection of reality to an individuals perception

    J Offline
    J Offline
    J4amieC
    wrote on last edited by
    #8

    fat_boy wrote:

    become a contractor, then yo can make that monday afternoon, tuesday afternoon, wednesday ....

    Too right! If you the OP thinks gambling is a good way to make money you need to wake up and smell the coffee!

    --- How to get answers to your questions[^]

    1 Reply Last reply
    0
    • D Dario Solera

      Bill Gates Antimatter Particle wrote:

      I am interested in being able to read cards table info from online poker rooms via c++/c#

      Quite illegal and/or unfair. :suss:

      ________________________________________________ Personal Blog [ITA] - Tech Blog [ENG] Developing ScrewTurn Wiki 1.1 (1.0.6 is out)

      C Offline
      C Offline
      Chris Buckett
      wrote on last edited by
      #9

      Dario Solera wrote:

      Quite illegal and/or unfair

      No illegal, there are products that screenscrape the poker table and read the log files to produce an analysis of the other players at the table (you can build up profiles over time of all regular players). Combine that with another screenscraping program and that makes suggestions based upon the types of players at the table, the cards in your hand and what's on the table. Add that to AutoIT, which can perform automatic mouse movements and input based upon what's happening on screen (via a script) and you've created a poker bot. Unfair, maybe. All these products are available. The art is in creating a profile to the program that makes the suggestions. I found all this after I created a c# screenscraping program to read a poker table (just a proof of concept program). Then I did a bit of research to find out what there already was on the market, and decided to call a halt to my prog. ChrisB

      1 Reply Last reply
      0
      • B Bill Gates Antimatter Particle

        Got my online poker game majorly sorted. For anyone considering online poker a word of warning.. You might win money at first and think you got it sussed... Then one day you lose the lot in about 5 minutes... And spend the 6 months wondering why you can win anymore.. Every Full house you play gets busted and walks into 4 of a kind on river... Every straight runs into a flush. Every Flush runs into a Full House... You get mad and play more aggressive so people dont river you... Except you get ReRaised... The game can turn ugly fast... But I got my game in order now and its worth the journey of pain ive been through. Double income here I come :D

        "Life begins at 140"

        R Offline
        R Offline
        Ryan Binns
        wrote on last edited by
        #10

        Bill Gates Antimatter Particle wrote:

        Double income here I come

        In your dreams. Gambling's a good way to bankruptcy, but not much else.

        Ryan

        "Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

        1 Reply Last reply
        0
        • P Paul Watson

          I thought online gambling just got banned in the States?

          regards, Paul Watson Ireland FeedHenry needs you

          Shog9 wrote:

          eh, stop bugging me about it, give it a couple of days, see what happens.

          B Offline
          B Offline
          Bill Gates Antimatter Particle
          wrote on last edited by
          #11

          Im not in the states. Online poker in the USA is not illegal despite the new legislation. It simply tries to prevent the placing of bets via american banking institutions, and criminalises the companies if they accept wagers from USA bank accounts, but not the player. The players will simply fund their account by some other means.

          "Life begins at 140"

          D 1 Reply Last reply
          0
          • L Lost User

            Bill Gates Antimatter Particle wrote:

            350 dollars on a sunday afternoon aint bad in my opinion

            Nah, become a contractor, then yo can make that monday afternoon, tuesday afternoon, wednesday ....

            Truth is the subjection of reality to an individuals perception

            N Offline
            N Offline
            NormDroid
            wrote on last edited by
            #12

            LOL!

            We made the buttons on the screen look so good you'll want to lick them. Steve Jobs

            1 Reply Last reply
            0
            • B Bill Gates Antimatter Particle

              Im not in the states. Online poker in the USA is not illegal despite the new legislation. It simply tries to prevent the placing of bets via american banking institutions, and criminalises the companies if they accept wagers from USA bank accounts, but not the player. The players will simply fund their account by some other means.

              "Life begins at 140"

              D Offline
              D Offline
              Duncan Edwards Jones
              wrote on last edited by
              #13

              ..It simply tries to prevent the placing of bets via american banking institutions Given that the SWIFT institution turned all their records over to the US authorities, I'd say the US based players would be advised to be very cautious in assuming that an offshore bank account will protect them. But as you're in the UK where gambling is legal that's not your problem. Question though - how do you know that the online game isn't rigged? It is, after all, a computer program...

              '--8<------------------------ Ex Datis: Duncan Jones Merrion Computing Ltd

              C 1 Reply Last reply
              0
              • D Duncan Edwards Jones

                ..It simply tries to prevent the placing of bets via american banking institutions Given that the SWIFT institution turned all their records over to the US authorities, I'd say the US based players would be advised to be very cautious in assuming that an offshore bank account will protect them. But as you're in the UK where gambling is legal that's not your problem. Question though - how do you know that the online game isn't rigged? It is, after all, a computer program...

                '--8<------------------------ Ex Datis: Duncan Jones Merrion Computing Ltd

                C Offline
                C Offline
                Chris Buckett
                wrote on last edited by
                #14

                Duncan Edwards Jones wrote:

                how do you know that the online game isn't rigged? It is, after all, a computer program...

                It's one player against another, not one player against the computer. The casino always takes a rake (a percentage of the bet) from each game anyway. The only way it would be rigged against me is if all the other people sat at the table were bots run by the casino, and the casino favoured the bots with cards that would make me bet more, and thus increase the rake (or win outright against me). ChrisB

                R 1 Reply Last reply
                0
                • C Chris Buckett

                  Duncan Edwards Jones wrote:

                  how do you know that the online game isn't rigged? It is, after all, a computer program...

                  It's one player against another, not one player against the computer. The casino always takes a rake (a percentage of the bet) from each game anyway. The only way it would be rigged against me is if all the other people sat at the table were bots run by the casino, and the casino favoured the bots with cards that would make me bet more, and thus increase the rake (or win outright against me). ChrisB

                  R Offline
                  R Offline
                  Rob Graham
                  wrote on last edited by
                  #15

                  And you have some way to be certain they aren't doing just that against you often enough to insure you become impoverished?

                  C 1 Reply Last reply
                  0
                  • R Rob Graham

                    And you have some way to be certain they aren't doing just that against you often enough to insure you become impoverished?

                    C Offline
                    C Offline
                    Chris Buckett
                    wrote on last edited by
                    #16

                    No, but only in the same way I'm not certain that the whole world's not out to get me (eg the gov't, supermarkets, and various other shadowy organisations).:) Besides, that's like saying that ebay has fake users bid on products to increase the final sale value so that they get a larger percentage final sale fee. Or software companies deliberately including bugs in versions of their software so as to encourage us to get the next bug-fixed version (with different bugs)...... ChrisB

                    1 Reply Last reply
                    0
                    • J Johan Pretorius

                      Is this suppose to be a advertisement?

                      Johan Pretorius -- Artificial Intelligence is no match for Natural Stupidity --

                      C Offline
                      C Offline
                      Chris S Kaiser
                      wrote on last edited by
                      #17

                      If it was an advert, then one of the online sites would have been mentioned instead of the general: Online Poker.

                      This statement is false.

                      1 Reply Last reply
                      0
                      • P Paul Watson

                        I thought online gambling just got banned in the States?

                        regards, Paul Watson Ireland FeedHenry needs you

                        Shog9 wrote:

                        eh, stop bugging me about it, give it a couple of days, see what happens.

                        D Offline
                        D Offline
                        David Wulff
                        wrote on last edited by
                        #18

                        Basically, online gambling (except horse betting because they paid enough money) with non-US companies was banned.


                        Ðavid Wulff Die Freiheit spielt auf allen Geigen (video)
                          10 PRINT 'HELLO MAINTAINER: GOTO HELL

                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • World
                        • Users
                        • Groups