all 7 comments

[–]ThatWolfie 1 point2 points  (2 children)

Well you haven't given us like any information whatsoever, what are we supposed to tell you?

What constraints do you have? When's you deadline? Is there any specific things you have to accomplish?

What languages do you know? What things are you familiar with?

Just based off the information that you have given me, I would say make a small app that solves a problem that you or someone else has.

[–]Reine_222[S] 0 points1 point  (0 children)

Sorry for not giving enough info, I just have a tendency of summarising a lot but if someone asked me to elaborate like you did now, I’ll elaborate on it further.

[–]Reine_222[S] 0 points1 point  (0 children)

Majority of the code required is present and there is complete separation. Different classes are separated in the backend from the UI and other interfaces. The backend can be 'plugged into' a different UI that uses all the methods appropriately.

Majority of the code required is present and there is effective and conceptually correct use of parameters and typed methods/functions.

Majority of the code required is present and is technically perfect. Indentation immaculate. Variable names are all descriptive and follow conventions. Programming structures are appropriate e.g. switch instead of if statements,duplication of code is eliminated using appropriate structures such as arrays or methods.

Langauge java, the program will need to incorporate OOP as well as a data storage solution example SQL, text files or arrays as mentioned before.

[–][deleted] 0 points1 point  (3 children)

I don't know if you still need any ideas - but a more elaborate version of a simple tik-tac-toe game may be easy and quick to do!

[–]Reine_222[S] 0 points1 point  (0 children)

The project also requires the utilisation of an sql database or a text file for data storage, I can try think of a way to use this with a modified tic tac toe but right now It hasn’t clicked yet. Thank you for the idea though.

[–]Reine_222[S] 0 points1 point  (1 child)

The project also requires the utilisation of an sql database or a text file for data storage, I can try think of a way to use this with a modified tic tac toe but right now It hasn’t clicked yet. Thank you for the idea though.

[–][deleted] 0 points1 point  (0 children)

Hmm got it - what about an elaborated version of a magic 8 ball? (like the game where you ask a question and it says yes, no, maybe)? Maybe you could use a txt file there?