Grid Selection Simulator
Grid Confirguration:- {{1, 1, 1}, {1, 0, 0}, {1, 1, 1}}
Step 1: Selection of 1's based on input from the user(row, col). 0's can't be selected. Selected boxes are recorded in the order of selection; double selection is not allowed.
Step 2: automatic deselection after complete selection is completed. It happens in the same order as selection; one box should be deselected per second.
You can Google for the syntax