davidtcalabrese / minnetonka

a project to practice collaboration on github
0 stars 1 forks source link

Refactor start() so that it uses the same inputs as other rooms #4

Closed EmbeddedMan closed 3 years ago

davidtcalabrese commented 3 years ago

meaning change letter inputs to numbers?

EmbeddedMan commented 3 years ago

Exactly. If we ever (hopefully someday) move to a data driven approach to this game rather than hard coding every text string and choice in a function, we can abstract this functionality (inputting commands from the user) away into a single function/objection.