Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Poker advisor program customised by user

  1. #1
    Junior Member
    Join Date
    Dec 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Poker advisor program customised by user

    Hey guys,

    I'm not after a bot that is automated. I'm after a program that can be given a strategy, namely the one found here: Strategy: MSS Beginners Learning Path and then some user input which can be cross referenced by the program against the charts found here: http://resources.pokerstrategy.com/E..._charts_en.pdf which could output the correct move.

    Its just an idea for a sort of companion tool to help people learn a particular strategy while they start out.

    Any help or recommendations would be appreciated....I have no programming experience but would be willing to learn if I got help from the community.

    Many thanks!


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Poker advisor program customised by user

    Is this the same problem?
    http://www.javaprogrammingforums.com...html#post87238

    One post/problem is enough.
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Super Moderator curmudgeon's Avatar
    Join Date
    Aug 2012
    Posts
    1,130
    My Mood
    Cynical
    Thanks
    64
    Thanked 140 Times in 135 Posts

    Default Re: Poker advisor program customised by user

    Quote Originally Posted by Norm View Post
    Is this the same problem?
    http://www.javaprogrammingforums.com...html#post87238

    One post/problem is enough.
    @Norm: both posts were "Moderated" and thus not visible to the original poster and others, and this may have been the reason for the double post. I have approved them using the "Moderation Tools" so that they are now visible.

  4. The Following User Says Thank You to curmudgeon For This Useful Post:

    Norm (December 19th, 2012)

Similar Threads

  1. A poker program that gives advice based on pre set strategy...
    By mcbgun in forum Java Theory & Questions
    Replies: 0
    Last Post: December 19th, 2012, 10:19 AM
  2. Problem with my poker program
    By aesguitar in forum What's Wrong With My Code?
    Replies: 18
    Last Post: March 25th, 2012, 03:59 PM
  3. I'm making a program that recognizes cards say for poker
    By Lurie1 in forum What's Wrong With My Code?
    Replies: 8
    Last Post: February 13th, 2012, 04:44 PM
  4. [SOLVED] problem in simple program, new user
    By musterdplug12 in forum What's Wrong With My Code?
    Replies: 2
    Last Post: December 4th, 2011, 04:11 PM
  5. How to make user press enter to continue in program?
    By BC2210 in forum File I/O & Other I/O Streams
    Replies: 3
    Last Post: October 3rd, 2009, 05:08 AM