Skip to content
View caiovini980's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report caiovini980

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
caiovini980/README.md
struct caiovini980
{
    // About me
    const char* name{ "Caio Aguiar" };
    const char* lives_in{ "Belém, Brazil" };
    const char* portfolio{ "https://caiovini980.itch.io/" };
    const char* working_as{ "Game Developer" };

    // Work Experience
    const char* experience_in[]{
        "Gameplay Programming",
        "UI Programming",
        "Tools Programming"
    };

    const char* working_with[]{
        "C++",
        "Lua",
        "ActionScript"
    };

    const char* languages_worked_with[]{
        "C++",
        "C#",
        "Lua",
        "JavaScript"
    };

    const char* engines_worked_with[]{
        "Unreal Engine",
        "Unity Engine",
        "Roblox Studio",
        "Custom Engines"
    };

    // Interests
    const char* favorite_games[]{
        "Overwatch",
        "The Last of Us",
        "Life is Strange",
        "Florence",
        "Death Stranding"
    };

    const char* learning[]{
        "Unreal Engine",
        "Design Patterns",
        "Game Design",
        "About ADHD",
        "German",
        "Longboard"
    };

    const char* hobbies[]{
        "Reading",
        "Bakery",
        "Filmmaking",
        "Basketball",
        "Video and tabletop games"
    };

    const char* goals[]{
        "Have a happy and sufficient life",
        "Take care of my family",
        "Travel a lot", 
        "Make fun and interesting games"
    };
    
    // Notes
    const char* note { "Hi! I'm so happy that you're here. Hope you enjoy your stay. "
                      "Here you will find some game projects and collaborations that I've worked on for the past years."
                      "If you have some question, you can reach me on any of the icons below my profile photo."
                      "Let's connect!" };
};

Pinned Loading

  1. breakout-game breakout-game Public

    A classic 2D game released in 1976 on the Atari 2600 console, now using OpenGL.

    C++

  2. Space-Invaders Space-Invaders Public

    A clone of the space invaders game made using OpenGL and some libraries

    C 1

  3. UnoGame UnoGame Public

    Repository for a Uno Game made in C++ for Terminal.

    C++

  4. OpenGL-SDL-test OpenGL-SDL-test Public

    First time implementing the OpenGL.

    C

  5. FlappyBirdClone FlappyBirdClone Public

    The repository will hold a Flappy Bird clone made with Unity.

    C#

  6. react-native-async-storage/async-storage react-native-async-storage/async-storage Public

    An asynchronous, persistent, key-value storage system for React Native.

    TypeScript 4.6k 460