- defaultGamesFolder - Static variable in class s3games.io.Config
-
the default place where the game specifications are located
- defaultImagePath - Static variable in class s3games.io.Config
-
the default place where the images are located
- DepthFirstSearchPlayer - Class in s3games.player
-
Standard Depth-first-search player for one-player games.
- DepthFirstSearchPlayer() - Constructor for class s3games.player.DepthFirstSearchPlayer
-
construct a DFS player for the specified game
- DepthFirstSearchStrategy - Class in s3games.ai
-
Strategy class for DFS player
- DepthFirstSearchStrategy() - Constructor for class s3games.ai.DepthFirstSearchStrategy
-
- DistanceFromGoalHeuristic - Class in s3games.ai
-
a heuristic that compares the number of different elements from the target situation
- DistanceFromGoalHeuristic() - Constructor for class s3games.ai.DistanceFromGoalHeuristic
-
- doTest() - Method in class s3games.robot.Robot
-
lets the user to enter a simple command for the robot on the standard
input console - this is used only for testing the robot arm