My Projects

Gravity Game
A gravity game where you can click or press the space button to spawn a randomly placed circle or square that falls.

Scheduling
A simulator to show how the different types of scheduling work and how interrupts are processed in each.

To-Do List
A basic to-do list where you can add and delete tasks.

LMC
My answers to the LMC tasks, including some assembly code programs.

Virtual Machines
Homework where I explain virtual machines in some detail and have begun to code something simple to imitate a virtual machine.This is still in progress.

To-Do List Using Local Storage
Updated Version
Homework where I use a database and local storage to make a to-do list that keeps tasks even when refreshed or reopened.