/machine

simple state machine in golang

Primary LanguageGo

Simple demonstration of StateMachine in golang

---
title: Bubble Machine
---
stateDiagram-v2
    Iddle --> WithPiece: PutMoney
    WithPiece --> Iddle: Turn
Loading