100 Days of Code Day 88
Today’s exercise was food chain but it was really just programmatically recreating the “I know an old lady who swallowed a fly” song.
I’m not going to bother with an image today. The output looks exactly the same. I did however add a scene system, and started breaking things out into files. I then took the build batch file I was using before and turned it into a makefile (not a good one but it works). I had errors where one powershell tab had the emscripten properties set and the one I was trying to run the makefile from didn’t. That had me chasing my own tail for too long. I also added it to github.