/reversi

reversi implemented by python, for studying purpose

Primary LanguagePythonMIT LicenseMIT

リバーシ

使い方

  • プレイ
$ python reversi.py
  • テスト
$ python -m unittest discover
$ python -m unittest tests.test_position
  • 静的型チェック
$ mypy reversi.py