+ 3

I just finished learning java sololearn but I dunnu how to mAke a simple game or an application

yeah

31st May 2017, 3:40 PM
Lucy Fifa
Lucy Fifa - avatar
4 odpowiedzi
+ 2
Sololearn gives you basics. start with an application. here is my first program http://leakyegg.website.tk/RGB.zip I included a folder with old versions so you can see how it grew over time. search for Javafx tutorial
31st May 2017, 4:04 PM
LordHill
LordHill - avatar
+ 2
tnx Justin😃
31st May 2017, 4:06 PM
Lucy Fifa
Lucy Fifa - avatar
+ 2
No problem. where to go next is a common problem people including myself have. Best advice I have is just make a thing. anything. take it 1 piece at a time. step #1 .. make a window appear when you press run step #2 .. add a thing to it. a button. a textview. a canvas. anything. Just keep moving forward and learning
31st May 2017, 4:08 PM
LordHill
LordHill - avatar
+ 1
Just try and build a small library management application Start with the basic classes books, it's attributes like author, category etc. Make a form to enter new book details and then display it and store in a collection. Later add hard coded login functionality in it, save a text password in code and authenticate with it, Whith this you'll start actual implementation of how a application runs. Thanks keep coding Harshit chawla
1st Jun 2017, 9:22 AM
Harshit Chawla
Harshit Chawla - avatar