habara-k / reversi

reversi implemented by python, for studying purpose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

リバーシ

使い方

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

About

reversi implemented by python, for studying purpose

License:MIT License


Languages

Language:Python 100.0%