#Need suggestions for my first game!

3 messages · Page 1 of 1 (latest)

cobalt lion
#

I recently created my first video game. It is a super simplistic text based dungeon crawler. I originally followed a tutorial, but have changed the code to promote extensibility and added some new features myself. I would appreciate suggestions or features to add or any tips at all so I can keep practicing! code attached.

violet topaz
#

well, first of all, you should definitely split up your main method into much smaller methods because what you have right now is quite brutal

#

But then after that I would suggest implementing some sort of command pattern for handling user input.