Based on the work from Day 6, I can also clean up an old brick pong/Breakout/Arkanoid clone I wrote a long time ago while learning Javascript. It used to be on my home page, at the time I thought it would be fun to use logos of technology I was proficient in as the bricks.
Converting the code to Javascript and including it as an example in the
@sampullman/simple-game-engine repo will be a good way to make sure it survives, instead of being archived forever. And compared to rewriting the space game for day 6, it should be a piece of cake.
Convert code to Typescript
Move to simple-game-engine repo
As expected, cleaning up the code was quick and easy compared to space game. There’s not much else to say, except that it feels good to revive old projects!