state-machine-py
状態遷移マシン
Install
# Windows
python.exe -m pip install state_machine_py
Example
- Homepage
-
📂 tests-
📂 rock_paper_scissors - じゃんけん -
📂 edge_walk - ツリー構造のエッジ -
📂 two_machines_catchball - 複数のステートマシンの実行
-
-
python.exe -m tests.rock_paper_scissors.main
python.exe -m tests.edge_walk.main
python.exe -m tests.two_machines_catchball.main