CookieBot
This was one of the first projects I spent a lot of time on. It was the first time I successfully got a database working at that scale, it was working with mutlaple different discord servers, each with their own instances of the games. When I eventually stopped developing it, I at some point lost the database data, so even though I have the code the database structure is gone, making it a pain to bring back.
- Basic Games, such as:
- Make a sentence
- Counting
- Guess the number
- Unique Truth or dare (DMS players to let players create their own truths and dares)
- Auto channel description/emoji, when a channel is created it will automatically attempt to add an emoji and a description
https://github.com/HDcookie/CookieBot
Crafting Menu
This was a small plugin I actually released. I saw this feature on a Minecraft server and wondered if I could implement it. The way I got around Minecraft’s limitations were quite interesting, and altogether it was quite simple. I just had each slot run a configurable command, however there was much room to improve and add onto the options of what happens when you click. Sadly, the final update had a bug that made it unuseable whenever using any other type of gui, and I never got around to fixing it.
https://github.com/HDcookie/CraftingMenu
https://builtbybit.com/resources/crafting-menu.22676/?ref=discover
(UPDATE) I actually fixed this bug, not it’s completely useable. I haven’t tested it on newer versions, but it will probably work fine on 1.20 and up.
Python Payroll system
A project I made for my CIS202 class.
When you run, you set it up as a terminal. It either is a time clock terminal or a management terminal. The time clock lets employees clock in and out and saves the recorded hours when they clock out. Management terminal will let management create checks for every user and reset their hours, or add an employee record to the system.