You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-user can move robots while searching for the solution (with undo/redo).
gui:
-better graphics (robots, goals, board, ...)
source code:
-refactoring (reorganise some classes, clean up SwingGUI, ...)
-more comments, javadoc.
documentation:
-technical paper that describes the solver algorithm.
-better user docs.
DONE
board layout:
-user can build boards from scratch = put each individual wall and goal.
solver:
-implement a better solver algorithm, if possible (use less time and less memory)
-comply with special cases in the rules (solutions with zero or one moves are not allowed, instead a longer solution must be found because the goal robot has to ricochet at least once)