MichaelAGolden / pymerchant

Merchant trader simulation written in Python
1 stars 0 forks source link

Refactor Current Repo into distinct classes for menu actions #3

Closed MichaelAGolden closed 1 year ago

MichaelAGolden commented 1 year ago

Each menu option, [travel, inventory, trade, quit] need their own functions that define behavior and get called by the input controller if selected

MichaelAGolden commented 1 year ago

Main branch updated now featuring individual modules