100 Days of Code Day 8
Today’s exercism exercise was Coordinate Transformation which involved closures specifically returning functions that process data using data from the enclosing function call. Pretty cool, I don’t think you can do that easily in other languages. Not sure if I will remember the syntax or not.
I don’t really have any more cheap add-ons for the Top Down movement code, and I should be doing something more skills building. So I decided I might try changing my minesweeper code into a web application.
The python version of my minesweeper game has a database to keep track of difficulty levels and high-scores. So I decided to start with the back end and set up both of those in django as a rest api.
It is only now that I am remembering it also has a settings.json file. I guess I need to add that into the back end tomorrow. Not sure which I should choose for the front end: plain javascript, react, angular, or maybe even vue (haven’t tried that one yet).
