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登不进去
Tell gohai the domain
ask leon
gohai will do the redirect to the browsercircus link
这是一个gohai在用的什么nodejs app