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 2 of 2

Thread: Checkers Game Help? (extremely inexperienced)

  1. #1
    Junior Member
    Join Date
    Jan 2018
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Checkers Game Help? (extremely inexperienced)

    Hi, everyone, so I'm a high school senior who has a very open-ended java project due for my final in an AP computer science class that is java-based. I signed up to do a checkers board game, the problem is, I feel like the class is very self-dependent. Our teacher doesn't say anything, just sits on her computer, and all we do all period is go through an online textbook which, in hindsight, isn't terrible but is very primitive and only teaches one isolated thing at a time (methods, arrays, strings) and I feel like I have no idea how to start a game like this. For starters, how do I make it so that (whatever it may be; eclipse, netbeans, blueJ) opens a new window when the code runs to display the (in this case) board game, and then program each piece individually? Do I have to design the board game myself using numerical dimensions? I just feel like there's so much I don't know.

    Sorry for all the text and questions, I guess I'm just wondering if there's any general guide or pointers you guys can give me or maybe another website/lesson plan that is more detailed in this kind of stuff? Thanks for anything in advance.

  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: Checkers Game Help? (extremely inexperienced)

    What properties do you want the board to have?
    For example:
    Able to show pieces in their squares
    Able to respond to presses to a square

    One way to implement that is to use GUI components like buttons or labels that are arranged by a layout manager
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Strings; Extremely Basic Issue
    By Bojangles in forum What's Wrong With My Code?
    Replies: 9
    Last Post: October 28th, 2013, 06:07 PM
  2. Extremely basic -- help with multiple arguments
    By jhnhskll in forum Object Oriented Programming
    Replies: 9
    Last Post: January 17th, 2012, 04:25 PM
  3. Checkers game code
    By mxthiry in forum What's Wrong With My Code?
    Replies: 3
    Last Post: November 13th, 2011, 12:50 PM
  4. Simple Checkers Game in J2ME
    By chris2307 in forum Java ME (Mobile Edition)
    Replies: 0
    Last Post: February 26th, 2011, 07:40 AM
  5. Small Database Company Looking for Beta Checkers
    By dzrihen in forum JDBC & Databases
    Replies: 1
    Last Post: January 19th, 2011, 09:24 AM