Implement difficulty levels for the computer player:
(削除) Easy (chooses Squibble at random) (削除ここまで)- Medium (best move based on brief look down each row?)
- Hard (best move after analysing entire maze)
'Easy' is already implemented. Not exactly sure how to do 'Medium' and 'Hard'...
Implement difficulty levels for the computer player:
- ~Easy (chooses Squibble at random)~
- Medium (best move based on brief look down each row?)
- Hard (best move after analysing entire maze)
'Easy' is already implemented. Not exactly sure how to do 'Medium' and 'Hard'...