Skip to content
View 255-Ping's full-sized avatar
🏠
Looking to the Future
🏠
Looking to the Future

Block or report 255-Ping

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

255Ping

Software developer — full-stack web apps, Java backend, and Godot games.

Resume

TypeScript React Next.js Java GDScript Godot Python Gradle


Flagship project — RPGCORE

RPGCORE is a modular Java RPG framework for Paper Minecraft. 30+ independent plugin modules that together replace every vanilla gameplay mechanic with a data-driven RPG layer.

What makes it interesting engineering:

  • Multi-module Gradle build — each feature is its own jar, composed at deploy time
  • Service registry pattern — rpg-core exposes interfaces; all addons depend on it, never each other
  • YAML-driven content system — items, mobs, abilities, dungeons, loot tables all authored as data with no Java required
  • Custom damage pipeline, stat engine, status effects, and skills framework built from scratch on the Paper event API

8 skill addons · 16 feature addons · MkDocs documentation site · Actively maintained


Other projects

Project Stack What it is
Electus Metrics Next.js / TypeScript Full-stack Destiny 2 character viewer — live loadout data via Bungie's API, OAuth login, Edge of Fate gear tier detection (T1–T5), item detail panel with perks and stats
Flashcards GDScript / Godot Configurable flashcard app with per-student tracking, built-in scripting console, and real-time stats. Built for classroom use at WCS.
Mirror Conflict GDScript / Godot 2D puzzle-action game where every player action is mirrored — designed around the constraint that the enemy is always you
MiniOS GDScript / Godot File manager UI built as a minimal OS shell — custom window manager, drag-and-drop, file ops
Multiplayer template GDScript / Godot Reusable Godot multiplayer foundation for 2D/3D projects — authority model, state sync, connection lifecycle
Cells GDScript / Godot Cell-based simulation with configurable rules — Conway variants and custom behavior sets
FateRisen-Resources Custom Minecraft resource pack (textures + models) delivered automatically via the built-in resource pack system

Find me elsewhere

Pinned Loading

  1. RPGCORE RPGCORE Public

    Modular Paper plugin suite that transforms a vanilla Minecraft server into a full RPG w/ custom items, stats, combat, skills, mobs, dungeons, economies, and more. All data-driven via YAML.

    Java 1

  2. Flashcards Flashcards Public

    A focused, configurable flashcard application designed for efficient practice and assessment. It supports structured decks, randomized or sequenced card generation, per-student tracking, and real-t…

    GDScript 1

  3. electus-metrics electus-metrics Public

    Full-stack Destiny 2 character viewer — live loadout data via Bungie API, OAuth login, gear tier detection, item detail panel

    TypeScript 1

  4. Cells Cells Public

    Cells is a Godot Engine project containing scenes, scripts, and assets for a game or simulation focused on cell-based mechanics, built entirely in GDScript.

    GDScript 1

  5. MiniOS MiniOS Public

    File manager built as a minimal OS-style UI in Godot — custom window management, drag-and-drop, and file operations

    GDScript 1

  6. Mirror-Conflict Mirror-Conflict Public

    Mirror Conflict is a 2D puzzle-action game where the player battles a mirrored version of themselve, every move and action is inverted, forcing the player to outthink their own behavior through str…

    GDScript