An open API service indexing awesome lists of open source software.

https://github.com/jsnell/cheat-detector


https://github.com/jsnell/cheat-detector

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# cheat-detector
Some code to detect people playing with multiple accounts in an asynchronous online game, based on a
combination of IP addresses, timings of moves, and timings of not moving even when it's a player's turn.
There's a [blog post](https://www.snellman.net/blog/archive/2015-07-22-cheater-detection-in-async-online-game/)
with more information.