Skip to content
View AaronDelaney99's full-sized avatar
💭
Currently studying Applied Computing
💭
Currently studying Applied Computing

Block or report AaronDelaney99

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
AaronDelaney99/README.md

Hi, I'm Aaron Delaney!

Links to my different Github Accounts!

    This Account    |    Uni Account    |    Personal Account

         

Socials

About Me

class Aaron_Delaney : Human 
{
  private string uni, pronouns;
  private List<string> hobbies;
  
  public Aaron_Delaney() 
  {
    this.uni = "SETU";
    this.pronouns = "He/Him";
    this.hobbies = new List<string>() { "Gym", "Programming", "Music", "Gaming"}
  }
}

class Skills : Aaron_Delaney 
{
  private List<string> languages, engines, frameworks, frontend, backend, other;
  
  public Skills() 
  {
    this.languages = new List<string>() { "C#", "C++", "Javascript", "Java" }
    this.engines = new List<string>() { "Unity", "Unreal Engine" }
    this.frameworks = new List<string>() { "Next.js" }
    this.frontend = new List<string>() { "React", "HTML/CSS" }
    this.backend = new List<string>() { "MySQL", "MongoDB" }
    this.other = new List<string>() { "Git/Github", "Adobe Suite", "NPM" }
  }
}

My Portfolio

I am currently in the process of redesigning my portfolio, which features a selection of my game development projects and prototypes. While most of my games are not publicly available due to the use of assets that I do not have the rights to distribute, my portfolio provides an overview of the work I have completed in the field of game development. I am passionate about creating games and am always exploring new ideas. Please visit Aaron Delaney's Portfolio to learn more about my past and current projects.

Where is my work?

This account serves as a central hub for my online presence, linking to my university account and personal account. As I near the completion of my university studies, I plan to use this account to share my future projects and developments in the field of game development once finished.

  • Where to find my university work: HERE
  • Where to find personal projects before university: HERE
  • Where to find breakdown on all my game projects: HERE

Skills & Stats

 

 

 

Popular repositories Loading

  1. AaronDelaney99 AaronDelaney99 Public

  2. ServerlessRESTLab ServerlessRESTLab Public

    TypeScript