Skip to content
View Arthurobdfv's full-sized avatar

Block or report Arthurobdfv

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 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
arthurobdfv/README.md

Hi, I'm Arthuro Verissimo 👋

Welcome to my GitHub profile!
I'm a passionate developer focused on building game engines, web applications, and creative projects that blend technology and art. You can find my portfolio at arthuroverissimo.com.
Itch.io arthuro-verissimo.itch.io


🌟 Portfolio

arthurobdfv.github.io · Live Site

  • Built with Angular and TypeScript, this is my personal portfolio showcasing my ongoing projects and skills.

🚀 Featured Projects

An MMO prototype built in Unity with an authoritative game server architecture, designed to validate MMO mechanics and explore scalable multiplayer patterns.

  • Tech: Unity, C#
  • Multiplayer Modes:
    • Local (Offline): Full gameplay loop for single-player testing
    • Local Multiplayer: LAN-based play with local loopback transport
    • Central Server (Planned): Future implementation for online play
  • Architecture Highlights:
    • Custom packet-based communication layer (AvalonPacketHandler, ClientPacketHandler, ServerPacketHandler)
    • Modular client/server communication managers with observer pattern support
    • Map-scoped packet delivery for efficient network traffic
    • Player and observer connection management with entity synchronization
    • Tick-based combat system with event-driven damage resolution
  • Focus: Authoritative server design, real-time multiplayer networking, and scalable MMO architecture.

A JavaScript/WebGL rendering engine, designed to evolve into a full game engine.

  • Tech: JavaScript, HTML, CSS
  • Focus: Real-time graphics and game engine architecture.

A C++ game engine project where I'm deepening my understanding of computer graphics.

  • Tech: C++, C
  • Focus: Low-level graphics programming and engine design.

A modular web app for browsing, searching, and exploring Digimon data, evolutions, and moves. Built with the help of AI assistants!

  • Tech: JavaScript, HTML, PowerShell
  • Focus: Data scraping, modular web app design, AI-assisted development.

🛠️ Skills & Interests

  • Languages: JavaScript, TypeScript, C++, C#, HTML, CSS, SCSS, C
  • Frameworks: Angular, Unity
  • Topics: Game Engines, WebGL, Computer Graphics, Web Development, AI-assisted Development, Multiplayer Networking

📫 Connect


Thanks for visiting! If you want to collaborate or have questions about my projects, feel free to reach out.

Pinned Loading

  1. ArthuroGameEngine ArthuroGameEngine Public

    My C++ game engine project I am developing while learning about computer graphics.

    C++

  2. WebGLEngine WebGLEngine Public

    My WebGL implementation of a rendering engine, it will become a full game engine in the future. You can see it running on the link below

    JavaScript

  3. digimon-scraper digimon-scraper Public

    My attempt of app building with AI Assistant. A modular web application for browsing, searching, and exploring Digimon data, evolutions, and moves.

    JavaScript

  4. arthurobdfv.github.io arthurobdfv.github.io Public

    Arthuro's portfolio built using Angular and Typescript (in development)

    TypeScript

  5. Checkers3D Checkers3D Public

    3D Checkers Prototype

    C#

  6. FPSSample FPSSample Public

    Simple FPS Game Currently on Development

    ShaderLab