cypreess / py-mancala

Python mancala AI
15 stars 4 forks source link

Fixed issue where it was not possible to get a board from CLI arg #2

Closed vellamike closed 4 years ago

vellamike commented 4 years ago

CLI args are passed as a string, so there was no way for the user to pass in their own board layout. This fixes that problem