Done:

Ranking Board: fetch down the profile photo / fetch character in the profiles.json

Drawing Characters: allow change characters

// OLD approach — store the actual character in the grid
grid[y][x] = "🐶"   // value is baked in, can't change later

// NEW approach — store a label/marker in the grid
grid[y][x] = "text"  // just marks "there is text here"
currentText = "🐶"   // the actual character lives separately

Store the profile photo as the original canvas’s URL ⇒ Get the brightness of image ⇒ get the pixels ⇒draw other words onto it

draw other words(impression) onto the avatar in the profiles in the swiping page

Gohai’s Suggestion:

Consider about a domain, publicly setup 因为对于现在的IP地址 有些guest没有wifi登不进去

https://www.gandi.net/en

Tell gohai the domain

ask leon

gohai will do the redirect to the browsercircus link

https://www.digitalocean.com/?utm_source=google&utm_medium=cpc&utm_campaign=search_jp_en_brand&utm_adgroup=brand&utm_term=digitalocean&utm_creative=743532622790&utm_location=20636&utm_matchtype=e&utm_device=c&gad_source=1&gad_campaignid=21340993646&gbraid=0AAAAADw9jcsOPgeuXk6hBI6lGXLbVyGhK&gclid=Cj0KCQjwmunNBhDbARIsAOndKpkEyX92QlBSD581fCchFsG_r9oqod8qB1YPAjV0_KanWK2zaWK7TcUaAgLqEALw_wcB

这是一个gohai在用的什么nodejs app