Skip to content
View stefanhacks's full-sized avatar
💻
Booting
💻
Booting

Block or report stefanhacks

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
stefanhacks/README.md
type Stefan = GameDev & TeaHead & DungeonMaster;

class About extends Me {
  get profile(): Stefan {
    const they: GameDev = {
      mood: '🥗🧃',
      props: ['variety', 'reliance'],
      codes: [TypeScript, GDScript, Bash],
      engines: [Godot, CocosCreator, PixyJS, Unity],
    };

    const dig: TeaHead & DungeonMaster = {
      drinks: [Leaf.GyokuroAsahi, Blend.AppleTemptation],
      rolls: [PNP.DnD, PNP.Pathfinder],
    };

    return { ...they, ...dig } as Stefan;
  }

  get workplace(): DopePlace {
    // Safe cast, null is an actual DopePlace to be at.
    return null as DopePlace;
  }

  get task(): Task {
    const chance = Math.random();

    if (chance < 0.5) return Tasks.Coding.studying();
    if (chance < 0.7) return Tasks.Working.out();
    if (chance < 0.9) return Tasks.Music.studying();
    return Tasks.Tea.drink();
  }
}

Pinned Loading

  1. roguemapgen Public

    Roguelike Map Generation, in Godot.

    GDScript 2

  2. skylock Public

    Skyrim's lockpicking, in Godot.

    GDScript

  3. goids Public

    CR's Boids algo, in Godot.

    GDScript

  4. rp_dot Public

    Turn Based Tabletop Battles, in Godot.

    GDScript

  5. After-the-Waves-Crash Public

    Game developed for 2018 bite sized halloween Game Jam

    C# 2

  6. kbum Public

    TypeScript 1

160 contributions in the last year

Skip to contributions year list
Contribution Graph
Day of Week August September October November December January February March April May June July
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to stefanhacks/rp_dot, stefanhacks/skylock, stefanhacks/roguemapgen and 4 other repositories
Loading A graph representing stefanhacks's contributions from July 28, 2024 to July 30, 2025. The contributions are 85% commits, 10% pull requests, 5% issues, 0% code review.   Code review 5% Issues 10% Pull requests 85% Commits

Contribution activity

July 2025

Created 2 repositories
Loading