sstelian / finite-state-coffee-machine

A simple state machine that replicates the behavior of a coffee maker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FSCM is a simple state machine that replicates the behavior of a coffee maker.

Linux and Windows compatible.

To setup compiler for Windows: - download and install g++ compiler from https://sourceforge.net/projects/mingw/ - add "...\MinGW\bin" to the System variable Path

Compile with: "g++ coffee_machine.cpp -o main" command

Author: Stelian Saracut 2022

About

A simple state machine that replicates the behavior of a coffee maker

License:MIT License


Languages

Language:C++ 100.0%