do Output.printString("What is \" The Icosian Game\" ?");
do Output.println();
do Output.printString("The icosian game is a mathematical game invented in 1857 by William Rowan Hamilton. The game's objective is finding a Hamiltonian cycle along the edges of a dodecahedron such that every vertex is visited a single time, and the ending point is the same as the starting point.");
do Output.println();
do Output.println();
do Output.printString("How to play The Icosian Game ?");
do Output.println();
do Output.printString("The probable paths are shown by dotted lines between two points.Five consecutive initial points are given. Your goal is to coverall the points of the figure with three rules.");
do Output.println();
do Output.printString("1. Starting from last point shown in the Hamiltonian Cycle box ");
do Output.printString("you can go to any adjacent uncovered point by pressing that key.");
do Output.println();
do Output.printString("2. Your goal is to cover all points and reach to the initial point.");
do Output.println();
do Output.printString("3. You cannot undo any path covered and can't use same points again.");
do Output.println();
do Output.println();
do Output.printString(" Press any Key to Start ! ");