Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 652 Bytes

PLANNING.md

File metadata and controls

35 lines (30 loc) · 652 Bytes
  1. Print empty board









  2. Place the checkers

    • W * W * W * W




    B * * * * * * *


    B * B * B * B *

  3. Ask the user for the checker coordinate (from)

    • W * W * W * W




    B * * * * * * *


    B * B * B * B *

    Which checker do you want to move (x y): 6 1

  4. Where do you want to move that checker? 5 2

...