top of page

Softbody Rocket Game!
The continuation of my softbody simulation led to me creating a prototype for a rocket racing game. The softbody simulation covers all of...

Volume Based Softbodies
There is a game series called jelly car which has a physics system based around softbodies. The creator goes into detail on the whole...


6502 8x8 Matrix Display
I have used led matrixes before for different projects using Arduinos. For example, I used a matrix display in an Arduino game console...


6502 Using LCD as Custom Display
My end goal is to make a fun game on my 6502 computer. To do this I decided to use the LCD as the display. I am going to use custom...

Father's Day Desmos Graph
For Father's Day, I made a Desmos graph for my dad. Desmos is a 2d graphing calculator. This scene is of a planet in outer space with...

GPA Calculator
As a apart of my computer science club, we made the VCHS GPA calculator. This website would calculate any students GPA. The website was...

Physics
I made a simple physics simulation with interactions between circles. I made it based off of a video I found. I have always been...

Wiggle The Sailor
Wiggle The Sailor was a game made for a week long game jam (game competition). The specific game jam was something along the lines of I...

Check Point Rage
Check Point Rage is a very difficult 2d platformer I made in Unity. The platformer is similar to Getting Over It in the fact that if you...

Dig Deeper
Dig Deeper was a game made for a game jam (a competition for making games), I have forgotten which one. I made the game with my sister...

Taco Cat
Taco Cat was a puzzle game made for the TSA Video Game competition (2023). Similar to the year before, I worked on this game with some...

The Wonderous World
The Wonderous World was a game made in Unity for the TSA Video Game competition (2022). This is not the TSA in the airports but...

Arduino Console
I decided to try to remake my game console I made for a stem class. Instead of playing snake, this new console has a maze game. This new...

How Computers Work and Logic Simulator
In this program I made a logic simulator so I could teach others how computers work. I started off simple with the transistor and work up...

Desmos Small Solar System Animation
I used Desmos which is a 2D graphing calculator to make a scene of the moon rotating around the earth which was rotating around the sun....

Desmos 3D View of 2D Scene
Desmos is a 2d graphing calculator. I love math so I wanted to figure out equations for 2d raycasting, such as my own had made...

Soft-body Game for Mom
For my Mom's birthday I always try to make a special project based around something I have been doing recently. Around the time of my...

Physics Playground
When ever I make a game in Unity I always want to use the complex colliders. The simple colliders such as squares or circles work but...

2D DDA Raycaster
On my quest to make a voxel game, I found an algorithm called DDA. DDA is a line drawing algorithm that can also be used to render...

Soft-body Sim
Soft-bodies are one of the most satisfying physics to simulate. Soft-body physics can be described as jell-O physics. The soft-bodies are...
bottom of page