User's banner
Avatar

Monte

the_real_monte@sh.itjust.works
Joined
4 posts • 26 comments

GitHub: TheRealMonte

2024 Canvas Stats web app - View your stats, the pixels you placed, and download your pixels as a png image!

Direct message

Linda Cardellini voices Lylla in Vol 3 and is also Laura Barton

permalink
report
parent
reply

I just finished deploying Canvas Stats. All of the data should be updated and correct now.

permalink
report
parent
reply

Canvas Stats, hosted on Github pages. The web app lets you search for a user who participated in the event. Current features:

  • View your ranking based on number of pixels place
  • View what color pixels you placed and how many
  • View the coordinate where you placed the most pixels and other users who had the same top coordinate
  • View the pixels you placed and download them as a png image!
  • View the stats from the 2023 event and compare how you did each year
  • View all of the pixels placed of just one color
  • The app will display in dark mode based on your device’s setting
  • You can now save Canvas Stats as a PWA

click here to view the web app.

view the code here

permalink
report
reply

Thanks, I can’t believe I forgot the link. I have updated the post

permalink
report
parent
reply

I can help you out if there is something you are looking for. I have a script that I can run on my computer to generate an image of just one user’s pixels, or a group of users. I have not gone through the new data yet, but should have something by the end of today.

permalink
report
parent
reply

I’m going to look at the data and try to make a list of similar wars between users.

permalink
report
parent
reply

No problem! I’m glad people are using my web app!

permalink
report
parent
reply

I checked my csv file and both of the txt files Grant posted. I found 1700 lines that had your username. I ran some code to get every color you placed and still got the same results: [‘000000’: Black, ‘unset: Undo’, ‘FFFFFF’: White, ‘F14FB4’: Magenta, ‘FDE111’: Yellow, ‘B9C3CF’: Light Grey, ‘0334BF’: Blue, ‘F66E08’: Rust, ‘777F8C’: Medium Grey, ‘1F1E26’: Dark Grey, ‘424651’: Deep Grey, ‘FF9F17’: Orange, ‘FFFFA5’: Pastel Yellow].

If you did place red pixels (or any other shade of red/pink), it was not recorded in the log files. Maybe the pixels where lost during one of the downtimes during the event.

permalink
report
parent
reply

For example: 142446@toast.ooo placed a pixel at (10, 262) 1417 times, which is how they got to the top of the rankings

permalink
report
parent
reply

I have also created a file that lists the coordinates that a user place a pixel at the highest number of times.

permalink
report
reply