5

I have to make a project in java in this semester. Any ideas???
Not too tough/nor too easy.. Can't decide any topic...

Comments
  • 2
    Make a calculator with full GUI and cool functions
  • 6
    meme generator :/
  • 1
    Brainfuck executor, but if too simple a version of Brainfuck with some tape cell used to comunicate with external OS
  • 1
    Some game. I like to use Slick2D for semester projects
  • 0
    @eisterman way out of my league right now
  • 2
    @arshijafri ???
    It's very very simple, you need only a text file to be read with a Stream, an array of int, and a switch case
  • 0
    Make a "fork bomb" app.
  • 0
    A directory app of any of your department info
  • 0
    Here are a few which i think they are fun to develop.

    1) Expenses Manager App. Few screens a database some nice reports bum done!
    2) Text File indexer and it's interface to look for terms inside those files and return the matches. The algorithm to index the text files is fun and you can play a lot with the search algorithm. Only two screens but you have to think carefully the algorithms.
  • 1
    I +1 the brainfuck idea but make it a full gui so you can see what's going on
  • 0
    Turn around! Go back!
  • 0
    Make sokoban, I had to do it too, was quite amazing figuring out the deadlocks.
  • 1
    @hitchhiker42 i will do it with Python instead ^_^
  • 0
    http://rosettacode.org/wiki/... is a good place to get inspiration if your professor is looking for something purely CS-related.
Add Comment