Package game.core

Class _RG_

java.lang.Object
game.core.G
game.core._G_
game.core._RG_
All Implemented Interfaces:
Game

public final class _RG_
extends _G_
This class is to replay games that were recorded using Replay. The only differences are: 1. Ghost reversals are removed 2. Directions are not checked (since they are necessarily valid) This class should only be used in conjunction with stored directions, not to play the game itself.