Advertisement
Guest User

Untitled

a guest
May 24th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. Player 1 is known as Mark.
  2. Player 2 is known as Alex.
  3.  
  4. 1. Mark attempts to log in with the username Mark123 and password 123. It succeeds, he then inputs 10 as his max preferred amount of turns.
  5. 2. Alex attempts to log in with the username Alex123 and password 124. It fails as the password is actually 123. He then logs in with the same username before and the password 123. It succeeds, and he inputs 12 as his max preferred amount of turns.
  6.  
  7. 3. Mark goes first as white. He moves his rook at (0,0) to (0,2).
  8. 4. Alex combines his rook at (5,5) with his bishop at (4,5) to create a union of both at (4,5).
  9. 5. Mark attempts to move his bishop at (0,4) to (1,4), but it fails as it is not a valid move.
  10. 6. Mark then moves his bishop at (0,4) to (2,2).
  11. 7. Alex moves his union piece at (4,5) to (4,3).
  12. 8. Mark moves his bishop at (2,2) to (0,4).
  13. 9. Alex takes the enemy bishop at (0,4) using his rook from (0,5).
  14. 10. Mark takes the enemy rook at (0,4) using his rook from (0,3).
  15. 11. Alex takes the enemy rook at (0,4) using his bishop from (1,5).
  16. 12. Mark moves his knight at (0,3) to (5,1).
  17. 13. Alex splits his union piece, moving the rook to (2,3).
  18. 14. Mark takes the enemy bishop at (4,3) using his knight from (5,1).
  19. 15. Alex takes the enemy knight at (4,3) using his rook from (2,3).
  20. 16. The game ends, with black (Alex) as the winner.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement