1 / 2

Design Criteria

Design Criteria Flexibility It should be possible for any move to be undone. A solitaire variation may decide on a move-by-move basis, which moves can be undone.

oistin
Download Presentation

Design Criteria

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Design Criteria Flexibility It should be possible for any move to be undone. A solitaire variation may decide on a move-by-move basis, which moves can be undone. Single point of control Each move must conform to specific logic, based upon the existing board state. We will be ruthless in our attempt to have only one piece of code responsible for the following decisions: (1) validating that a move is legal; (2) executing the move; (3) undoing a move. Version V1 Version V1.1 Version V1.2 Version V1.3 Final Version

  2. Three Alternatives

More Related