Practice game 2 - called finished.
So I called practice game 2 finished. This was the space invader clone I was working on. I say called as it wasn't really finished. I had a few game enhancements to do and a reasonable amount of polish to add. I hadn't added support for game controllers, sound effects, or building for the web. I did add an entity system, bitmap graphics, animations and improved the event system. Build times where pretty quick full rebuild less than a second. The need for graphics meant learning a little aseprite along with writing a script for packing together the results onto a sprite sheet. The animations where described in a text file. I would like to put all game constants in a text file and have them updated whenever the file is saved. There is a ton of other little improvements to be had. While I could have hacked together a space invader clone very quickly, the goal of practice it to learn and improve. Hence some experimentation and trying to do things in a way that could be r