Skip to content

Releases: garethwebber/elixir-tower-hanoi

Version 1.0.0

16 Mar 13:23
Compare
Choose a tag to compare

Version 1.0.0

Fully multi-player with per session GenServer & ETS. Session purges after an hour of inactivity.

Fully working web game

12 Feb 13:20
Compare
Choose a tag to compare

Fully working web-game.

  • Manual mode with completion checks
  • Auto mode
  • Tailwind-ified.
  • Reasonable testing

Working web-app

05 Feb 14:24
Compare
Choose a tag to compare

Now a working web-app.

Webpages managed by Liveview. Algorithm API via GenServer with state in ETS.

Completed code

02 Jan 16:16
Compare
Choose a tag to compare

Towers of Hanoi in Elixir.

Fully working with test cases and documentation.