JS13K Games 2019 Day 11

Yeah, I actually did some work after a week of not working on it! Yay, me! Alright, here's what I've done so far... I actually got started on the actual code that will drive my game. I now have a basic index.htm file that is used to play the actual game! I also did a little experiment... Here I have two zip files: one with the htm and css files in one directory that I've called flat, and another with the css in a sub-directory that I've called tree. As anyone would have guessed, the one with the sub-directory is bigger. So, in order to conserve as much data as I could, I've decided to keep all the source files in one directory. I've checked the rules , and there is nothing in them that says I can't do that. It's just a really bad procedure to do so, because usually you would want to keep your files organized. It also helps when you have a ton of source files to sort through: all your html code is in the current directory, all th...