text based games

I’m new to java. I’ve been digging through the tutorials at the oracle website and I downloaded a class that, after java, mainly focuses on android app design.

I’m interested in making text based games. Maybe move on to graphics but that’s for later. Does anybody have a good resource for making text based games?

thanks

This comes to mind: https://github.com/SquidPony/SquidLib

thanks!

I myself don’t have any resources, but I would assume learning to use a Switch statement would be immensely useful.

https://docs.oracle.com/javase/tutorial/java/nutsandbolts/switch.html