worming004 / machine

simple state machine in golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple demonstration of StateMachine in golang

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

About

simple state machine in golang


Languages

Language:Go 100.0%