Skip to content

Instantly share code, notes, and snippets.

View kotoyama's full-sized avatar
🦆
Honk!

kotoyama

🦆
Honk!
View GitHub Profile
const crownRanges = [
{ hat: "1st hat", min: 0, max: 1499 },
{ hat: "2nd hat", min: 1500, max: 2999 },
{ hat: "3rd hat", min: 3000, max: 4499 },
{ hat: "4th hat", min: 4500, max: Infinity }
];
const players = [
{ name: "Beefy", crowns: 1800 },
{ name: "violetti_lohis", crowns: 1200 },
const players = [
{
nickname: "shinykip82",
displayName: "𝓢𝓱𝓲𝓷𝔂𝓚𝓲𝓹82",
crowns: 545
},
{
nickname: "alan_snowman",
displayName: "alan snowman",
crowns: 6593