Hacker News new | ask | show | jobs
by kashnote 1516 days ago
I have implemented an ELO system, but it's just running in the background right now with no UI component. I'm collecting data for now to see how I'll need to tweak the various params that go into ELO calculation. I'm going to try to make it as close to chess as possible.

As for cheaters/trolls, I have a manual reporting system right now, but I'll do my best to start flagging accounts automatically. Pretty hard thing to solve given the nature of the issue.