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...

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...

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...

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...

Raytraced Minecraft
When people think of raytraced graphics they usually think of breath taking reflections and lighting. My raytraced Minecraft is quite the...

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...

2D Raytracer
Raytracing is a popular method of rendering but very performant heavy. It has become more popular recently due to the amazing reflections...

Pathfinding
Pathfinding can be very useful for game development especially for npc character movement. One popular algorithm used is the A* algorithm...

Marching Cubes
In a previous post, I made Marching Squares which is a 2D version of Marching Cubes. Marching Cubes was developed to make a 3D mesh of a...

Marching Squares
While I was trying to find methods to render voxels I came across an algorithm called Marching Cubes. Marching Cubes was originally...

2D Sand Sim
2D sand simulations are very satisfying to mess with. This inspired me to create my own. The sand physics are quite simple because they...

Slice like Fruit Ninja
In this project you can create shapes by clicking and then cut them by dragging the mouse. This project looks and sounds like it was...

Physics sim
One of my close friends made a project where you could spawn in balls and they would bounce around on the map. I thought this was very...

Finance Calculator
One day while I was sitting in class I started to think about how people manage their finances. This led me to think of all of the...

2d Minecraft Concept
This project came from my interest in voxels (volumetric pixels, basically cubes like Minecraft). I wanted to start off simple with a 2d...

Hoverboard Demo Game
I saw this video where someone was making a 3d hoverboarding game based off of real physics. This made me think how it was done. I...

Aesthetic 2d Platformer
This game is a fun 2d platformer which I designed to be very aesthetic. I worked hard to find a good color pallet along with satisfying...
bottom of page