Skip to content

carloseduardosx/StateMachine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StateMachine

A simple implementation of a State Machine

Preview

State Machine

How To Use

Execute the script run.sh

You should have Kotlin CLI installed and added in your path

How To Install Kotlin CLI

OSX

You can install Kotlin CLI using Homebrew.

Just execute the following command: brew install kotlin

Linux

A easy way to install Kotlin CLI on UNIX based systems is using SDKMAN

Execute the following commands in your terminal:

  1. curl -s get.sdkman.io | bash
  2. Reload your terminal
  3. Install Kotlin with:sdk install kotlin

Windows

On Windows don't exist a easy way. You should make installation manually.

Perfom the following steps to install Kotlin CLI:

  1. Download the Kotlin compiler zip
  2. Unzip the standalone compiler into a directory and optionally add the bin directory to the system path
  3. Reload your CMD and then be happy 😄

About

A simple implementation of a State Machine

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published