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

Thread: can you suggest me a PROJECT?

  1. #1
    Member
    Join Date
    Jul 2012
    Posts
    90
    Thanks
    1
    Thanked 2 Times in 2 Posts

    Default can you suggest me a PROJECT?

    I am searching for a remarkable project to focus on in JAVA.I have already built the game 'othello' in C and i made a simulation for an ecosystem in C++.However i am new to JAVA and my university does not support the language,so no project can be provided by them.So,what i ask for is a project(a project that may be assigned to you for your class),because this way i would have the guidance that a professor would provide in a project which focuses to students.In other words,a reply "Build a simulation of ATC.End of reply." will not be very helpful


  2. #2
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: can you suggest me a PROJECT?

    Watch the forum for other posts. When someone posts their homework assignment, copy paste it to the top of a class as a comment and complete the assignment. There are assignments posted all the time. Browse old posts and just look for the copy-paste people who just dump the assignment directions, and get told to do it their self. (lol) Also try searching for keywords like homework, assignment, and project... etc...

  3. #3
    Member
    Join Date
    Jul 2012
    Posts
    90
    Thanks
    1
    Thanked 2 Times in 2 Posts

    Default Re: can you suggest me a PROJECT?

    I know that guys :p But they post a part of it...If someone could provide me with the whole assignment that would be great.However i will give it a try(of doing what you said) I am going to be a scouter B-|

  4. #4
    Super Moderator helloworld922's Avatar
    Join Date
    Jun 2009
    Posts
    2,896
    Thanks
    23
    Thanked 619 Times in 561 Posts
    Blog Entries
    18

    Default Re: can you suggest me a PROJECT?

    Have you tried looking at Project Euler? They have a bunch of programming puzzles to solve. Another website with programming challenges is TopCoder.

  5. #5
    Member
    Join Date
    Jul 2012
    Posts
    90
    Thanks
    1
    Thanked 2 Times in 2 Posts

    Default Re: can you suggest me a PROJECT?

    I have a thought that this are challenges and not projects,but i'll give it a try

  6. #6
    Junior Member
    Join Date
    Aug 2012
    Posts
    13
    Thanks
    0
    Thanked 7 Times in 4 Posts

    Default Re: can you suggest me a PROJECT?

    www.github.com

    Look at other peoples projects and contribute if you are bored.

  7. #7
    Junior Member
    Join Date
    Aug 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: can you suggest me a PROJECT?

    Checkout the databse of recent research based projects - MSc do dissertation My Project Mentor suggested me. Hope you find it helpful!

  8. #8
    Member
    Join Date
    Jul 2012
    Posts
    90
    Thanks
    1
    Thanked 2 Times in 2 Posts

    Default Re: can you suggest me a PROJECT?

    Quote Originally Posted by ketaki View Post
    Checkout the databse of recent research based projects - MSc do dissertation My Project Mentor suggested me. Hope you find it helpful!
    Think i like it!Thanks.
    Quote Originally Posted by Object View Post
    www.github.com

    Look at other peoples projects and contribute if you are bored.
    I am not bored,i just want to test myself because my university does not provide me with any project for JAVA.Thanks!

  9. #9
    Member
    Join Date
    Jun 2012
    Posts
    41
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Re: can you suggest me a PROJECT?

    Project Euler is sort of "challenges", but they turn into projects real fast I totally recommend Project Euler.

  10. #10
    Member Gravity Games's Avatar
    Join Date
    May 2012
    Posts
    152
    Thanks
    6
    Thanked 1 Time in 1 Post

    Default Re: can you suggest me a PROJECT?

    I'm kind of in a similar situation as you, my school doesn't have programming classes, so everything I know I had to learn by myself. As for a project, let me tell you something I did when learning GML/Scratch (a long time ago). Play a videogame you really like, then when you're done, try to replicate your favorite features (or if you're feeling really ambitious, the whole game). I've found that game development is one of the fastest ways to jump into programming a new language (and the most fun IMHO...).
    Current Projects (and planned release dates):

    Chomp's Wacky Worlds [???] (PC, Android and Ouya)
    Kyle the Caiman [???] (PC, Android and Ouya)
    KTC: King Crocko's Mystic Maze [???] (PC, Android and Ouya)

  11. #11
    Member
    Join Date
    Jun 2012
    Posts
    41
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Re: can you suggest me a PROJECT?

    That is a good idea too. When I started Java, I tried things like making a Final Fantasy type RPG with just text, or add a twist to Space Invaders.

Similar Threads

  1. my code displaying some minor wrong o/p ....plz suggest me an answer !
    By naved in forum What's Wrong With My Code?
    Replies: 3
    Last Post: June 28th, 2011, 11:59 AM
  2. JList with Vector for auto-suggest
    By nik_meback in forum AWT / Java Swing
    Replies: 0
    Last Post: December 31st, 2010, 03:56 AM
  3. Suggest Me What to Do
    By Tapan Barik in forum Member Introductions
    Replies: 0
    Last Post: September 29th, 2010, 12:08 AM
  4. Project
    By Mac in forum What's Wrong With My Code?
    Replies: 15
    Last Post: June 4th, 2010, 04:39 AM
  5. help with project
    By pairenoid in forum Object Oriented Programming
    Replies: 1
    Last Post: May 7th, 2010, 08:55 AM