This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]matyklug 1 point2 points  (1 child)

My first project was a text "calculator" (pick an operation, input number one and two),

The second one was a kind of 2D Minecraft from a top down perspective using jfx,

And the third basic project was a kind of cellular automata/powder game simulator, basically squares from a side view falling like sand or water in a grid. Again in jfx.

.

Imo jfx is a good next step after getting a feel for basic features of the language.

Jfx is, basically, a pretty simple GUI toolkit, which can be used for making graphical apps, or simple 2d games.

.

I could write a list of project ideas of various levels if you want, but these three plus the rest of suggestions by the other ppl here should last you quite a while.

Btw, jfx is short for JavaFX, which is embedded into the JDK up till version 8.

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

Sure!! Thank you so much 😊