TechAssembly / ruven

Game for the Github Game Off 2018 - Themed HYBRID!
7 stars 4 forks source link

Add log statements using the `debug` module, add usage to README.md #12

Closed gioragutt closed 6 years ago

gioragutt commented 6 years ago

debug is a popular package for debug statements. We should implement log statements with it. The usage should be documented in the README.md file, as in - how and when to log, and how to enable the log printings.