1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Java Project

Discussion in 'Entertainment and Technology' started by Percy15, Sep 28, 2017.

  1. Percy15

    Regular Member

    Joined:
    Aug 15, 2017
    Messages:
    46
    Likes Received:
    4
    Location:
    Earth
    Gender:
    Genderqueer
    Gender Pronoun:
    They
    Sexual Orientation:
    Other
    Out Status:
    Out to everyone
    So I've just begun taking CompSci, and my teacher gives out extra credit if we do extra projects. I'm not the most creative person, so does anyone have ideas on good projects for Java beginners? When I say 'easy', I don't necessarily mean that they take little effort, but that they would be feasible for someone with limited experience working in Java.
     
  2. AbsoluteNerd

    Regular Member

    Joined:
    Feb 6, 2017
    Messages:
    511
    Likes Received:
    99
    Location:
    Chicago suburbs
    Gender:
    Female (trans*)
    Gender Pronoun:
    She
    Sexual Orientation:
    Bisexual
    Out Status:
    Some people
    Java as in Javascript or Java as in Oracle's Java Runtime Environment?
     
  3. mbanema

    Full Member

    Joined:
    Jan 11, 2014
    Messages:
    1,485
    Likes Received:
    30
    Location:
    MA
    Gender:
    Male
    Gender Pronoun:
    He
    Sexual Orientation:
    Gay
    Out Status:
    A few people
    A standard beginner project is a to-do list app, or else you could create some kind of flash card thing to quiz yourself for different classes.
     
  4. Percy15

    Regular Member

    Joined:
    Aug 15, 2017
    Messages:
    46
    Likes Received:
    4
    Location:
    Earth
    Gender:
    Genderqueer
    Gender Pronoun:
    They
    Sexual Orientation:
    Other
    Out Status:
    Out to everyone
    Java as in oracle's jre.
     
  5. 18breanna

    Full Member

    Joined:
    Apr 30, 2017
    Messages:
    339
    Likes Received:
    71
    Location:
    VA, USA
    Gender:
    Female
    Gender Pronoun:
    She
    Sexual Orientation:
    Gay
    Out Status:
    A few people
    Aaah I love this thread! I'm also taking a computer programming class this year, and the idea of a side project sounds neat! Would you be more interested in something more functional (homework planner, schedule help, etc.) or something more game oriented (snake, pong, art programs etc.)?
     
    #5 18breanna, Sep 29, 2017
    Last edited: Sep 29, 2017
  6. NotAPigeon

    Regular Member

    Joined:
    Sep 30, 2017
    Messages:
    2
    Likes Received:
    0
    Location:
    Nowhere, Kansas
    Gender:
    Male
    Gender Pronoun:
    He
    Sexual Orientation:
    Bisexual
    Out Status:
    Not out at all
    Maybe try integrating some old famous algorithm into practical use (huffman coding, bubble sorting, ...) teachers love that kinda stuff even though they aren't the most fun to do