MichaelAGolden / pymerchant

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

Create Trade Module - (currently only market and game exist) #10

Closed MichaelAGolden closed 4 months ago

MichaelAGolden commented 1 year ago

Need to build out a proper trade module, problem is right now we have the game module working as both the view controller and the trade logic.

Interactions between player and markets need to be moved to own module which includes:

Includes

Does not include

MichaelAGolden commented 4 months ago

Starting over will rebuild issues