Closed TTitcombe closed 5 years ago
This PR: Creates a basic bot which selects a move at random from the list of available moves. Updates Game so a human player can play a human player or a bot.
Game
To test: Run python -m scripts.play_bot to play the random bot
python -m scripts.play_bot
Fixes #7 Fixes #13
This PR: Creates a basic bot which selects a move at random from the list of available moves. Updates
Game
so a human player can play a human player or a bot.To test: Run
python -m scripts.play_bot
to play the random botFixes #7 Fixes #13