Trace is a game designed for Android phones. Trace was intended as a brain challenge for all ages. The objective is to trace all lines on screen exactly once without lifting your finger. The image is displayed in the backgroung in grey and the user's trace is in the foreground in blue.
Figure 1: Partially completed level
Figure 2: A sample level from Trace
The only rule is that all lines must be traced in one stroke without tracing any lines more than once. If your finger is lifted, all your progress is gone. If you try to redraw lines, nothing will happen.
Before introducing compound lines, the user could only connect directly adjacent vertices. As a result, point 5 and 9, in the example below, could not be connected directly. Instead, the user would try to connect 5 to 9, which seem to be connect in a straight line, but the game wouldn't snap to 9.
The added ability to directly connect compound lines eliminated the feeling that the game was broken. The feature has been much appreciated by users.
Figure 3: The red line can be drawn in 4, 3, 2 or 1 step(s)
The Investment Portfolio Balancer interacts with the Questrade API to automate the balancing process of stock positions. By purchasing and selling stocks based on how their market value has changed, the IPB can maintain a desired stock ratio.
The only rule is that all lines must be traced in one stroke without tracing any lines more than once. If your finger is lifted, all your progress is gone. If you try to redraw lines, nothing will happen.
Trace is a game designed for Android phones. Trace was intended as a brain challenge for all ages. The objective is to trace all lines on screen exactly once without lifting your finger. The image is displayed in the backgroung in grey and the user's trace is in the foreground in blue.