May 23, 2021
Little shooter game I've put together, I might try to flesh it out and release it for community feedback.
May 30th, 2021
Worked on the End Platformer, finished the main menu, and got the basic systems up and running. It'll probably be a while before release, because right now Coin Clicker is my top priority.
June 6th, 2021
Did some work using the C# programming language, I might experiment with it some more soon and see If I can make a full game using it.
June 13th, 2021
Finished a Maze Generator that can create a complex Maze in a matter of seconds, I might try to use this for a game sometime. It work's by starting from the center and turning randomly until it coves the entire screen. The it finds the point farthest from the marker and summons in a player. This is a pretty basic maze engine and pretty much every single one works like this, but this one does work pretty well compared to some of the other's.