The object of this game is to find the shortest possible traveling salesman tour through the green cities.
The tour may start off at any of the cities, must touch upon each city at least once, and return to the originating city.
It is fairly easy to find a good tour. Finding the best possible roundtrip is far less obvious.
- Define a traveling salesman tour by clicking your left mouse button on circles.
- Type the letter 'x' to undo your last choice.
- Type SPACE to start on a new problem of the same size.
- Type '+' or '-' to start on bigger or smaller problem.
- Once you define a complete tour you see how it compares to the optimal tour.
If your tour is the best possible in terms of its length type SPACE to try your hand at another problem. In the more likely case that your tour is not optimal you have the following choices:
- Type 'o' (for optimal) and the applet shows you the optimal tour along with your tour. You can type 'f' to change the display mode or SPACE to return to editing your tour.
- Type 'x' to remove the last city from your tour. This returns the game into editing mode. After removeing a few cities you can try to build a better tour.
- Type SPACE if you want to start over with a new problem
These games was implemented using the mcmTheater package, see
mcmTheater Home.