Flipping bits game: Difference between revisions

Content added Content deleted
(→‎{{header|REXX}}: redid the displaying of the grid and added more error checks.)
(shorter example!)
Line 492: Line 492:
TARGET:
TARGET:
1 2 3
1 2 3
a 1 1 0
a 0 1 0
b 1 0 1
c 0 0 0

YOU:
1 2 3
a 1 1 0
b 0 1 0
b 0 1 0
c 1 1 1
c 0 1 0

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:
YOU:
1 2 3
1 2 3
a 1 1 0
a 0 0 0
b 1 0 1
b 0 0 0
c 1 1 1
c 1 1 1


Enter rows letters and/or column numbers: c
Enter rows letters and/or column numbers: 2c


** Well done! **
** Well done! **