adventureland-community / typed-adventureland

9 stars 3 forks source link

functions / runner functions #5

Open thmsndk opened 1 year ago

thmsndk commented 1 year ago

There is a bunch of utility functions returning a promise, as seen here http://adventure.land/docs/code/functions should theese functions live in seperate classes where they make sense, for example all the bank functionality in one file. party in another, and so forth. Or should we bundle them all into a single functions.ts file?

Telokis commented 1 year ago

The files we should create types for are:

Telokis commented 1 year ago

Checklist of most functions of the game:

Telokis commented 1 year ago

I feel like this issue is too much/too broad.
Now that we've decided to have a first release, we should close it and wait until we have more precise needs in the future. (Either from us or from other people)