# Finite State Machine **Repository Path**: ShadowThreeD/finite-state-machine ## Basic Information - **Project Name**: Finite State Machine - **Description**: https://www.aleksandrhovhannisyan.com/blog/finite-state-machine-fsm-tutorial-implementing-an-fsm-in-c/ - **Primary Language**: Unknown - **License**: Unlicense - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-05-05 - **Last Updated**: 2022-12-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### Build 1. For both way1 and way2, you can build by below steps: ```bash g++ -Wall ./*.cpp -o fsm.out ./fsm.out ```