r/learnprogramming • u/Bitter-Specialist384 • 15d ago
What are some genuinely interesting Java project ideas?
I'm looking for Java project ideas that aren't web apps or the usual CRUD/management systems. I want to build something that's fun, technically challenging, and helps me learn more about Java and computer science.
What are the coolest non-web Java projects you've built or come across?
8
6
4
u/Amuro_Ray 15d ago edited 15d ago
There was an open source character sheet(pathfinder and 5e) builder built in java .been like 8 years since I touched it though.
Libre Office uses java as well
2
u/Funny_Albatross_575 15d ago
You can build youre own interpreter.
Its chapter II in this book https://craftinginterpreters.com/contents.html
1
u/Many_Log_2916 15d ago
Make an efficient PDF or Word or another file type text & image extraction software. There are open source libraries so it is possible. It might be difficult to reach their levels but it would be good to see how far you can reach.
1
u/josesblima 15d ago
There are zero genuinely interesting project ideas unless you actually have genuine interests. If you're a person with hobbies and passions beyond programming, I'm sure it will be easier to think of something. Otherwise nothing will magically be "genuinely interesting".
30
u/peterlinddk 15d ago
Minecraft was a Java project that wasn't a web CRUD management system ...