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();
}
}
💻
Booting
Dungeon Engineer, Curious Nerd, Musician Wannabe and Game Developer
Pinned Loading
-
-
-
-
-
After-the-Waves-Crash
After-the-Waves-Crash PublicGame developed for 2018 bite sized halloween Game Jam
C# 2
160 contributions in the last year
Skip to contributions year listDay of Week | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
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
Contribution activity
July 2025
Created 16 commits in 2 repositories
Created 2 repositories
-
stefanhacks/stefanhacks.github.io
TypeScript
This contribution was made on Jul 6
-
stefanhacks/PixiCardTest25
TypeScript
This contribution was made on Jul 5