{% extends "skin.html" %} {% block content %}
This problem is complete. Back to your problem list.
{% else %}This problem can be solved manually by using the buttons below. To see what your program would see in the same circumstances examine the JSON output. Back to your city plans.
Your program can make a move by sending a POST request to /city/{{ problem.reference }}/json/X/
where X is replaced with one of N, S, E or W. The POST body must contain valid JSON (which is actually ignored) — it's simplest to send the string null
. Your program will get back updated information about what it can see using the same JSON blob format as is linked to below.