cookie-curler/README.md

566 B

Cookie Clicker: Stateless API

I like playing cookie clicker. At some point, I realized I was writing a program to play cookie clicker for me. That's fun, for me. So I started thinking about how to make a game just for people like me.

The idea here is that you write a program to submit a "turn". The way I was going to do this was by sending the entire state to the client, with some sort of cryptographic signature. As part of the turn submission, the client sends its state blob back.

I started on a design document.