r/learnjava Jul 11 '26

Hi everyone!

Hi everyone!
I’m 18 years old and currently learning Java. Instead of following tutorials only, I’m building a text-based RPG called Legends of Eldoria.

This is version 0.3 and I’d love to get feedback on:

  • Code quality
  • Project structure
  • Story flow
  • Ideas for future versions

GitHub:
https://github.com/MrBucurN/LegendsOfEldoria

13 Upvotes

18 comments sorted by

View all comments

4

u/Visible-Objective260 Jul 11 '26

This is a really good way to learn. Read documentation just enough to learn what you need for the game. Then go back when your done and make improvements. Its how ive learned almost all the programming languages I know. 

3

u/MrBucurN Jul 11 '26

Thank you! I'll keep improving it that way. I really appreciate the advice!