emberborja / ForbiddenStarsMod

Lua mod for Table Top Simulator
0 stars 0 forks source link

Refactor the project #33

Open emberborja opened 2 years ago

emberborja commented 2 years ago

Now that I know the require function works it is possible to break functionality out into separate files. I hope that this will lead to a faster and easier to test developer experience.

emberborja commented 2 years ago

Going to start this effort by teasing out the universal game state objects into a separate file, almost like a redux store. Potentially I will move these into a state object to make it more explicit when referenced in other places.