Skip to content

A lightweight tool to define finite state machines in Java

Notifications You must be signed in to change notification settings

FTC11329/JFinite

Repository files navigation

GitHub Workflow Status

Gradle Java

A simple and elegant Finite State Machine framework. To learn more read the docs.

Installation docs

  1. Authenticate with github packages

  2. Then, in your build.gradle, Add the lines

dependencies {
    implementation ' com.11329icerobotics.jfinite.jfinite'
}

Development

We're open to issues, requests, and pull requests.

Simple make sure to install the suggested extensions from Visual Studio Code.