As of now, I feel like I haven't learned enough in Computer Science II. (Java)
Every month or so, there are competitions and stuff at schools (Featuring a 50 problem written test, followed with a bunch of labs for your team to solve).
I usually don't do well at these. Everyone else seems to be much better at coding D:
Also, I want to make some sort of game this year.
So...
I want to learn ahead. But where should I start?
So far, I have learned
Loops/Control Structures
Arrays/ArrayLists
Methods/Classes
Graphics (I pretty much forgot everything with the graphics class though. Is this important?)
Results 1 to 5 of 5
Thread: Where to go next?
- 29 Jan. 2013 04:58am #1
Where to go next?
- 29 Jan. 2013 05:14am #2
If you're taking tests on simple base concepts like loops, control structures, arrays, methods, and classes, and you aren't doing very well, you probably want to take the time out to really sharpen your skills.
Ask all the questions you can, people here can probably help you out.
You say you want to learn ahead, but learning ahead without mastering the basics isn't a good idea imo.
Pick up a book on Java at your local library or book store, even easier, check out Tutorials Point.
Your question on the importance of graphics really depends on what you're doing.
You say you want to make some sort of game, is it a text based game or do you plan to used bitmapped or vector graphics?
Best of luck, we're here to assist if you need anything.I don't get tired.
- 29 Jan. 2013 08:04pm #3
I remember, back in high school, I made a text-based RPG game.
It was actually a useful way of incorporating loops, arrays and classes all together.
Graphics is not my forte, thus I ignored trying to incorporate any type graphics and what not.
- 30 Jan. 2013 09:40pm #4
If you want to do graphics, I recommend starting with 2D graphics and using Java. Java is a lot easier to begin with than other languages, in my opinion.
- 11 Feb. 2013 12:40am #5
Oh, by the way, thanks guys!
Belated thank-you post xD
that tutorials point is a nicer website than The Java™ Tutorials