User's banner
Avatar

Monte

the_real_monte@sh.itjust.works
Joined
4 posts • 21 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

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

Ok. This is from the “Possibly patched pixel log file” that Grant posted. I then removed any duplicates, removed any lines that were pixel_undo or mod_rollback. I think this is accurate.

permalink
report
parent
reply

pixel_undo

Well, shit. I’ll update it

permalink
report
parent
reply

yes, I removed any line that didn’t have a username, coordinates, and color hex

permalink
report
parent
reply