Just curious - I’ve taken a major interest in the Java language, and have been making a text game for the fun of it, but I was just curious if FCC taught this. I enjoy it a lot and would love to further my knowledge in it.
If not, could you lead me to somewhere that does? I’ve already done codecademy.
No. FCC teaches JavaScript (including jQuery and React on the front end and Express/Node on the back end). It also teaches HTML, CSS, and a couple of useful libraries.
If you’re already making a game with Java and want to continue, just continue driving forward!
My main book recommendation is Effective Java. It’s not a “teaching” book, but discusses best practices across the whole spectrum of writing Java. Fantastic resource once you’re relatively comfortable with the basics.
For more tutorial/learning style resources, there are some good series on Udacity.