/pytlas-blackjack-dev

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

blackjack game skill for pytlas License

let's play blackjack.

A skill powered by the open, non intrusive and super easy pytlas assistant framework

see for details: https://github.com/atlassistant/pytlas

Supported languages

  • English
  • Français

Typical sentences

  • play blackjack
  • joue au blackjack
  • bet 5
  • miser 5
  • hit
  • donne
  • stand
  • refuser

Launching tests

In order to launch tests, you will need to install required dependencies and then launch the test suite with:

$ pip install -r requirements_tests.txt
$ python -m nose --with-coverage --cover-package=blackjack