console.log([80, 101, 97, 116, 114, 97, 108].map(char => String.fromCharCode(char)).reduce((a, b) => a + b, ""));
// Booh! Did I scare ya away with spooky JavaScript?
// TODO: Just use String.fromCharCode instead of array shenanigans
// (But they are just so much fun)
- 🌎 peatral.xyz - My website, a funky blog where I sometimes post stuff
- 🔨 Embers' Construct - A Minecraft mod, connecting Embers Rekindled and Tinkers' Construct
- 🤖 GPD-Bot - A privately used Discord Bot
I mostly work on private projects, fiddling around with tech such as Godot Engine and React.