top of page

Game Development Projects

This page is full of game projects, and links to, that I have worked on. Currently, they mostly consist of projects that were done during school. Some projects include, but not limited to: Level Design with FSU's SCRAPS game, designing and creating a 3D game in Unity, and creating a simple text based game in Python.

What am I doing now?

I am currently working with Alderon Games to help develop a dinosaur game using Unreal 5.

 

I am, also, using Udemy to learn more about Unreal 5, C++, Virtual Reality, and Terrain Generation. I am, also, still working on my React/JavaScript based text game.

​

You will see some of these projects down below!

Path of Titans

Dinosaur survival game using Unreal 5

This is my first game that I'm helping develop in a game studio. I was brought in along with other juniors to help bolster their UE Developer roster. The project is teaching me so much and I love it. 

1.jpg

Case Chase

3D Game Developed in Unity

This is a large project that involved creating a game from idea all the way to pre-alpha stages. I worked on a team of 5 that helped develop the game, along side game art students. 

main menu_edited.png

Warehouse Wreck

Simple 3D Simulation in Unreal 5

This is just a simple simulation I built during my self-teaching journey of Unreal 5. It taught me several different things like collisions, ammo, and simple C++ coding. 

2.PNG

Bunker Game

Bunker text game run with React

This is a large project with many integrations. It is meant to help me test and explore different paths within development. Currently involved: React.js, Node.js, AWS, DynamoDB, REST Api, GPT-3

5.PNG

Tomb Raider

3D Game Developed in Unreal 5

Tomb Raider is a simple game that is meant to let me explore basic lighting, pointers, components, references, tags, casting, and so on. It's pretty cool!

2.PNG

SCRAPS Level Design

Level Design within Unity

This was a level that was designed during a section of my game development education. During this portion, we learned everything from using Google Draw to create a layout, to pasting the layout in Unity, to actually building the level. I had tons of fun mainly because of the creativeness we were allowed to have. 

Room2.PNG

Bacon Card Game

Analog Card Game

Near the beginning of the my game development career, we were tasked with creating a simple game to get the hang of what creating games entailed. So, I created this. It's rather simple, but was fun to create.

Wild.jpg

RPG Style

Isometric RPG in Unity

This is a game that is slowly being developed voluntarily by a small group!

Some cool stuffs

This is about other non-Chase Case related work.

One of the things Full Sail teaches us, or tries to, is to figure things out on our own. One thing we had to figure out in the classes before Chase Case, was to save the game. To complete the assignment, we had to be able to save the game, exit the game completely, load back into the game, and load the save to where everything was when the save was created. I was able to create a save/load file system by myself, with the help of Youtube, of course.

​

The basics of the Save System is to grab the save directory, and using a binary encoder, right and read files from the folder. When some information needs to be saved, the individual scripts would call a save function from the save/load system and save a file. When the save is loaded, the load system tells each script to load whatever it needs to. The individual load functions, then, inject all the correct values for each variables. 

​

It was definitely some work for me to do, but once I was able to get it working, I felt great. From not knowing what binary encoding was to loading a file I saved via code felt great. This proves that I won't ever stop if I'm motivated to complete something that I know can be done. 

​

I have tried to find the game files related to this, however, they seem to be lost to time. I cannot find them anywhere. I do plan on making a save system in the text game inspired by the bunker game. 

Other Projects

Whether it be a simple lesson or an example, these are some of the other projects I've worked on. We've been taught how to use Maya, and I've used it many other times, but I cannot find any old projects that I did.

NavMesh
First Level of Chain Reaction
Second Level
Unreal
SideMaze
TopMaze
bottom of page