Posted April 2, 20205 yr comment_49560 Any good websites out there to start learning java purely for RSPS creation?
April 2, 20205 yr comment_49594 Who even uses websites to learn? Just youtube tutorials and you'll be fine. Use a basic empty source to learn, go through the code and educate yourself. Definitely suggest learning RSPS/Java more by using youtube.
April 3, 20205 yr comment_49744 Kane is right, i checked a bit and if you literraly have no idea how to start mabe get Sololearn and do some courses for free on it, it looks fun and pretty well described. Also available on mobiles.
April 4, 20205 yr comment_49869 Try to start with learning the object oriented way of programming, and understand how OO works in general.
April 16, 20205 yr comment_51705 i would say learn the basics, saving a value to a variable, and displaying it
April 18, 20205 yr comment_52003 Welcome to the RSPS community. I recommend starting with learning java in general, not RSPS specific development. From there you can download a nice source and move smoothly inside of it. Codecademy has a nice Java course where you can learn the syntax: https://www.codecademy.com/learn/learn-java From there I recommend you do a few extra exercises, maybe write a small program that will help you in your day to day life. Good luck in your journey
July 1, 20205 yr comment_59626 Learn to think like a OO programmer. Once you know how to break things down syntax of most languages is easy. Java included. Easier to learn from Youtube, rather than going through RSPS source. Looking at someone elses, probably uncommented, code is going to be a nightmare if you're intending to learn something useful from it.
July 5, 20205 yr comment_59910 Youtube has taught me alot of about the basics, goodluck out there my guy!
Create an account or sign in to comment