if (isAwake == true) {this.doDevelopment();}

if (isIntroductingSelf == true) {
    System.out.println(this.aboutMe);
}

Hi! I'm Holly, a lifelong visual artist and a solo game developer of over 5 years. I am currently enrolled in the University of Georgia where I am persuing a bachelors in computer science. I am proficient in GDScript (my game development langauge of choice) and Java (my software development language of choice). Furthermore, due to my time spent wearing almost every hat in my personal game development projects, I have experience in 3D modeling, 3D texturing, 3D animation, graphic design, illustration, and various other arts as they relate to video game development.

if (isGameDevShowcase == true) {
    System.out.println(this.gameShowcase);
}

Below is a showcase of some of my game development projects, a few are in progress and others are completed projects.



if (is3DModelingShowcase == true) {
    System.out.println(this.modelShowcase);
}

Below is a showcase of some of my 3D models. I primarily use Blender to model, and Adobe Substance Painter to texture.





if (givingFinalStatement == true) {
    System.out.println(this.finalStatement);
}

Ultimately, I am extremely passionate when it comes to video game development and the art forms that surround it. Any position I find myself in that relates to this passion will receive my full and undivided passion, as my independent video game development projects have in the past.