Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Test Plans for Project 4
- PAWNS
- Each color piece moves in correct direction.
- Only one square is moved on the first move.
- Click with the mouse on a piece to move it one space forward.
- If the pawn is in a position to capture, left-click will capture to the left, and right-click will capture to the right.
- If the player tries to make an illegal move, "Illegal move" is displayed in the status area.
- Status bar displays number of pieces captured by each player, e.g. White: 0 Black: 3
- Undo action undoes immediately previous move.
- Game detects win configuration for black and displays win message.
- Game detects win configuration for white and displays win message.
- New Game action resets board and score.
- Board size can be changed through Preferences.
- Different piece images can be chosen through Skins preference.
- HURKLE
- "Cheat" action starts a new game with the Hurkle hidden in the upper left corner of the board.
- If the player finds the Hurkle, the program displays a win message in the status area and the Hurkle icon is displayed in the cell.
- Each time the game is run the program places the Hurkle at a random position on the board.
- For incorrect guess, all eight possible hints are given correctly in the status panel.
- Each guess reveals the background behind that cell.
- Player loses after five guesses.
- Board size can be changed through Preferences.
- Different hurkle icon and background can be chosen through Skins preference.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement