+ 1
Ideas and help for Java projects please
Im in my first semester studying java. and we have an end of term project now. I have to create something cool and submit with in 10 days. I am completely out of ideas and I dont know how to create something that good yet. please someone help me Edit: we have learnt loops, conditional statements, arrays, arraylists, classes and objects, a bit of oop, multidimensional arrays, sorting and searching algorithms etc
8 Antworten
+ 10
Make the game of life.
+ 2
Prashant can you help me with that? I don't know how to do that
+ 2
is there any game or something that i can create
+ 1
What elements of Java you should use in this project?
+ 1
we have learnt loops, conditional statements..arrays arraylists classed and objects multidimensional arrays, sorting and searching algorithms etc
+ 1
mail me 0788ps@gmail.com
0
Ok, then you can try to develop simple database management system. Storing and retrieving data using files, some console input/output interface with ability to search and filter data, sorting output data according to user settings, etc.
0
you can make traffic signal project in java (simulate), using milti threading, you can show multiple cars going and stopping at red signal and then when signal turns yellow and green, the car moves..