Overgrown

My Role

For Overgrown my role was Systems Programmer. While I realize the name is quite broad, the main areas I focused on was the control customization, creating the bug swarms, and adding in controller support.

The Project

Comments

This project was worked on for two full semesters, Fall of 2020 through Spring of 2021, and started off with a 5 person team before being increased to a 10 person team once being greenlit. The game itself was a fast paced resource management game where the player was plant sitting and had to make sure all the plants in a given level were taken care of.

For this particular game the largest chunk of my time was spent implementing a system for customizable controls for both mouse and keyboard and controller. The way I chose to accomplish this was by using input key selectors because they would automatically wait for an input after being pressed and would then read in whatever was pressed. From there I built two custom functions that would then check and make sure the control was for the proper input (no controller inputs for mouse and keyboard controls and vice-versa) and would print a message saying if it wasn’t for the proper input. The second function would then check and make sure that the input wasn’t already in use by any of the other controls. If it was it the game would display a message saying that the input was already in use and it would keep the previous mapping of the input.

On top of the control customization system, I also created a way for the player to use their controller to navigate through the menus, but that system was unfortunately cut due to it not being finished in time. However, it is definitely still a system I am proud of because it wasn’t an easy task to accomplish and it took me a good week or so to get something fully operational that would work on Windows, Linux, and Mac. While I was definitely sad to see this system cut, I think it was the right call because we had more important tasks to focus on such as fixing the bugs that were currently in the game if we wanted to be ready to release the game by our Senior Show.

Overall I would have to say that I really enjoyed working on this game both due to the people I worked with and because I genuinely enjoyed the work I was doing for the game. I think the system I enjoyed created the most was the control customization because it was both a challenge but it was also really fun and exciting to me!

You can check out the Steam page for Overgrown by clicking here!

Scroll to Top