...

/

A Functional State Machine for Islands

A Functional State Machine for Islands

Learn how to create a state machine for the game.

We'll cover the following...

:gen_statem

Many language ecosystems provide ready-made state machine packages that we can customize to fit our own applications. Elixir is no exception to this since OTPOpen Telecom Platform (a collection of useful middleware, libraries, and tools written in the Erlang programming language) has a built-in finitmicre state machine called :gen_statem ...