View Source API Reference Towers of Hanoi v1.0.0

Modules

An algorithm solving the Towers of Hanoi problem by recursion.

OTP Application that supervises the games.

The domain model.

Command line application processing for CLI application

Functions for converting the internal data representation to a text-based human-readable format.

The Hanoi game as a public API & state.

Private API: GenServer providing the business logic for the game. Created by TowerGame along with ETS table to hold state.

Provides core UI components.

Controller that renders the main Hanoi game page

Supporing functions for the main page rendering controller

Ensures each user-session has a unique identifier.

Purges per-session TowerState GenServer process and ETS table when no longer needed.

Command Line application version of the Tower of Hanoi.