Does creating a text based game in java really helps or it only just make you confused between the difference of a real game? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Does creating a text based game in java really helps or it only just make you confused between the difference of a real game?

Creating a text based game like using methods as enemies and shows stats as data type. Does it really help a person learn java in a real life game coding?

23rd Mar 2019, 5:26 AM
Rudolph John A. Agpoon
Rudolph John A. Agpoon - avatar
1 Answer
+ 11
Yes, it's a good start for a fresher. You could for example use a state machine pattern for a text based game as well and learn a lot from developing it without needing to take care of a gui framework (which can be added later on, if your code is clean and well structured).
23rd Mar 2019, 5:54 AM
Tashi N
Tashi N - avatar