Flipping bits game: Difference between revisions

shorter example!
(→‎{{header|REXX}}: redid the displaying of the grid and added more error checks.)
(shorter example!)
Line 492:
TARGET:
1 2 3
a 10 1 0
b 1 0 1
c 0 0 0
 
YOU:
1 2 3
a 1 1 0
b 0 1 0
c 10 1 10
 
Enter rows letters and/or column numbers: b
 
 
TARGET:
1 2 3
a 1 1 0
b 1 0 1
c 0 0 0
 
YOU:
1 2 3
a 10 10 0
b 10 0 10
c 1 1 1
 
Enter rows letters and/or column numbers: c2c
 
** Well done! **