lunchboxav / wayang-rs

Engine for interactive storytelling
22 stars 3 forks source link

Refactor main function #1

Open lunchboxav opened 4 years ago

lunchboxav commented 4 years ago

Right now, the main function consists of the following activities:

It's not good since the main function should just be calling functions and not doing bunch of tasks on its body. So we need to separate those tasks into separate function