This page is just a collection of random coding(and some non-coding) projects I have made over the years. Take a look around if you're seeking some interesting ideas or truly terrible code.
Note: Works in progress do not necessarily mean I am actively updating them, just that I plan to at some point in the future.
Feel free to take and use whatever you find here, just credit me when applicable.

Works in Progress
  • X Squared(last updated 04/23)
  • - A minimalist idle game about math made in Orteil's Idle Game Maker. Very unfinished with a microscopic amount of content but still pretty cool. Consider this a kind of pre-release. Play it here!
    Last Updates:
    (05/23) Patch #0.3.3
     - Things meant to be inaccessable are now actually inaccessable instead of just costing a lot.
     - Paper 1 now shows the correct amount of Research Funds you recieve.
    (04/23) Patch # 0.3.2 Fixed a bug with optimization not kicking in for the optimization upgrades themselves.
    (03/23) Patch #0.3.1 Fixed a game-breaking bug with getting free Research Funds.
    (02/23) Patch # 0.3 Initial public prerelease!

    Fully Working

    This section is for projects which I would consider to be more or less completely functional. I may or may not come back and update these from time to time.
  • Photo Review Helper(last updated 04/23)
  • A little application I made in an hour or so to help with the reviewing of photos for the FRC robotics competition I went to with my team. It seriously sped up the process of taking the almost two thousand photos I had and whittling them down to just over a hundred good ones. Visit its page here.
    Last Updates:
    (04/23) Initial Release
  • Misc. Kerbal Space Program Equations(last updated 04/23)
  • A tool I made in Desmos to help with calculating landing maneuvers in Kerbal Space Program 2, although it should work equally well among both games. Try it here.
    Last Updates:
    (04/23) Initial Release
    Old/Abandoned
  • FRC 2023 Cargo Planner(last updated 02/23)
  • - I am currently taking part in First Robotics Competition, and as a part of what I am doing, I attempted to make a program to help with deciding where to place cargo. It doesn't work like at all but is close to working if you feel like picking it up. Ended up that my team can't use it because we're using two drivers. Try it here.
  • From-Scratch Python AI(last updated 2022)
  • - A project I made for AP CS over a weekend where I built a simple discrimitory network using no AI-related libraries. I think I got like a B minus or something so it wasn't very good. Try it here. P.S. There is a newer version that I have somewhere that accepts images as input instead of these horrid lists, maybe someday I'll get around to archiving that version.

  • The Facility(last updated 2022)
  • - A little platformer made in MakeCode Arcade for a Game Design class. While the length of the game is miniscule, I still like the atmosphere provided with the visuals and sounds. That dang opening cinematic took me literally the entire time we had for the game and the actual game part had to be rushed. I'm pretty sure that it wasn't that broken when I originally made it. Play it here.

  • CPS Trainer(last updated 2022)
  • - A project I made to help my clicks per second for Minecraft PVP, made in Python. Try it here. Note: You can cheat the game by clicking before the button starts moving so if you want to genuinely use this to improve CPS, wait until the button starts moving to click.

  • Hypixel Questing Calculator Plus(last updated 2022)
  • A spreadsheet created to aid in questing on Hypixel. Calculates how long your questing goal will take based on your daily XP goal. Try it here. Note: The API keys present do not work, and as a result if you intend to use this you need to get your own API key. To do this, log in to Hypixel and do /api.

  • EZ Message Discord Bot(last updated 2021)
  • - A small discord bot that says a random ez message from Hypixel. Don't ask me why it uses a dictionary instead of a list, I don't know either. Download it here. Note: To use this in your own Discord bot, you need to put your own API key in the client.run('HERE') at the end of the file.

  • TNT Run Texture Pack Overlay(last updated 2021)
  • - A moderately successful overlay I made for the Hypixel minigame TNT Run. Download it here.

    Old Scratch Projects
    I used to be super into creating games & stuffs on Scratch, so I thought I might archive them here for funsies and to take a walk down memory lane. Note: Although this list ends in 2018, I was actually making Scratch things into 2020, but I never felt that they were good enough to publish.
  • Elevator Music(last updated 2017)
  • - My first project, and it is literally just a picture of an elevator with some music. It inexplicably gets views and likes to this day.
  • Apple Ninja(last updated 2017)
  • - A little Fruit Ninja clone I made. I remember being so stuck on how to keep from slicing fruit on the title screen.
  • Spiropainters(last updated 2017)
  • - A tool I created to make some simple but pretty neat semi-procedural art.
  • Notepad(last updated 2017)
  • - Just a simple drawing pad. Move along, nothing to see here.
  • Picture Pushers(last updated 2018)
  • - A little idle game inspired by another project, Texture Tappers. Can ya tell?
  • River Rafters(last updated 2018)
  • - A terrible game apparently made as a school project. I like how you sometimes become vertical for no reason, erasing your score.
  • Mr. Ball vs. The Annoying Narrator(last updated 2018)
  • - A cute lil platformer I made based on a platfroming engine from a far superior creator. Might be inspired by There is No Game, I'm not quite sure.
  • I'm a Raindrop Song Part 2(last updated 2018)
  • - This monstrosity was created as a sequel to a project made by one of my friends. I haven't the foggiest why I chose to make this.
  • Randomized Art Generator(last updated 2018)
  • - A simple but admittedly pretty neat project that drew lines in random directions.
  • Windows XP Simulator(last updated 2018)
  • - After trying to help a friend debug an old Windows XP machine, I was feeling a bit frustrated. Click the error messages 50 times to crash the computer.
  • WAFFLES - A Animation(last updated 2018)
  • - Not a typo, that's what I actually called it. A short animation of two nearly identical characters singing a song. Keep your eye bleach on standby.
    There are more Scratch projects that I'll add eventually. Ultimately, the purpose of all of this is to show you, the prospective programmer, that no matter how bad your code is, it can always get worse.