Skip to content
View Por-Tra's full-sized avatar
😶‍🌫️
😶‍🌫️

Highlights

  • Pro

Block or report Por-Tra

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
Por-Tra/README.md

PORTRA

Computer Science Student • Full-Stack Developer • Game Developer



📊 GitHub Statistics




class Developer {
    constructor() {
        this.name = "PORTRA";
        this.role = "Computer Science Student";
        this.interests = [
            "Game Development",
            "Web Development",
            "Software Engineering"
        ];
    }

    introduce() {
        console.log("Welcome to my GitHub profile 👋");
    }
}

const me = new Developer();
me.introduce();

Pinned Loading

  1. The-elder-scroll-2D---Python The-elder-scroll-2D---Python Public

    Python

  2. Forge-de-Heros Forge-de-Heros Public

    University project. The goal was to create a web application for creating role-playing game characters, inspired by the Dungeons & Dragons universe.

    PHP

  3. RayTracer RayTracer Public

    Simple ray tracer, but optimized compared to the tutorial version.

    C++