top of page

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

Voxel Experiment in Unity
After I was introduced to games such as teardown and John Lin's sandbox, I fell in love with voxels (volumetric pixels basically cubes)....

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

3d Parkour Game
After making a parkour game in unity, I wanted to make my own version completely from scratch. I was able to successfully make a simpler...

3d Rendering Engine
After using Unity 3d, I started to wonder how the 3d rendering worked. I did some research and this was the result. There are a few...

Parkour game
Parkour was one of my first 3d game made in unity. It is a first person platformer with 5 levels. Because it was my first game, there is...

Climbing Snake (Puzzle Game)
Climbing snake is a puzzle game based off of Snakebird. You play as a snake and you have to make it to the red block in each level. It is...

Minesweeper
Minesweeper is a classic puzzle game. I enjoy playing Minesweeper and challenged myself to recreate the game. My version may not look as...

Color Fill Puzzle Game
I made a puzzle game where you have to fill in the whole map within a certain number of moves. This was based off of another game which...
bottom of page