This is a simple sorting visualizer I made using P5 JS. It uses bubble sort which is considered the simplest sorting algorithm. I want to add more sorting algorithms, and the code for sort viz can be found here https://github.com/LoganHaug/sort-vis
This is a simple program that I made using the P5 Javascript framework that uses classes to make a simple pink snake crawl across the screen. I plan to add fruit and collision to this program. The code for this snake game can be found here https://github.com/LoganHaug/js-snake
Reminder Bot (also known as Julius) is my discord bot that I wrote in python using the discord py library. Julius is able to set reminders, display upcoming reminders, and delete remidners that are no longer necessary. I plan to add more features to the remidner bot, such as: tic tac toe, other simple games, and chat bot features. The code for reminder bot can be found here https://github.com/LoganHaug/reminder-bot