trying to find the longest way possible around a public transit network
Go to file
Lucidiot 865e3a0e6c
Initial commit
2020-07-25 19:28:41 +02:00
.gitignore Initial commit 2020-07-25 19:28:41 +02:00
README.md Initial commit 2020-07-25 19:28:41 +02:00

README.md

The TAG Tour

Goal

Try to find the longest possible bus/tram ride along the Grenoble public transit network, TAG, using the Métromobilité APIs and a lot of weird scripts.

Rules

  • Must start and end at the same stop
  • Cannot ride on the same line twice
  • Stopping at the same stop multiple times is acceptable

Tools