Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 533 Bytes

File metadata and controls

11 lines (10 loc) · 533 Bytes

Features

  • The system generates a new game board (see mock up)
  • The user can move their piece
  • The system removes the opponent's piece when the user performs a jump
  • The user's piece is kinged when they reach the opposite side of the board
  • The source code should all be unit tested
  • The system should save the game to a text file when the user presses the 's' key
  • The system should load the last saved game when the user presses the 'l' key