Using Python to win Payphone Tag (and get some exercise)

(declanscott.dev)

1 points | by declanjscott 5 hours ago ago

1 comments

  • declanjscott 5 hours ago

    I've recently gotten really into a real-world territory capture game called Payphone Tag, so I wrote up a blog post explaining how constraint optimisation tools like Google's OR-Tools (specifically the CP-SAT) solver can generate an optimal route that lets you capture as many payphones as possible on a run.

    Thought the HN crowd might find it interesting.