nskins / goby

Command-line role-playing game framework
MIT License
122 stars 56 forks source link

Move where we call `#describe_tile` #117

Closed nskins closed 7 years ago

nskins commented 7 years ago

We should move #describe_tile (from WorldCommand) so that it is called by #run_driver and not #move_to (from Player). It would simplify the "main" function (app-level) so that different conditional branches are not required on new game vs. loading. #move_to should not generate any output. Otherwise, everything should appear the same to the player.