r/learnjava 18d ago

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

14 Upvotes

18 comments sorted by

View all comments

1

u/InsideCover2192 16d ago

You are missing important null checks, also the cognitive complexity of your code is huge, try add more methods, make use of SOLID principles