KingNook / 2048

https://kingnook.github.io/2048/
1 stars 0 forks source link

Add logging capabilities #11

Open KingNook opened 1 month ago

KingNook commented 1 month ago

Context

I would like to have a proper log for when I begin to implement proper stuff - 'twould be nice if this would exist in the browser (perhaps in the console? or at least in the debug view)

Thoughts / Challenges

Not sure yet

Method

Would like to try using python's in-built logging module, although I shall have to figure out how it works first (should be fairly easy issue to solve)