Skip to content

marcosh/idris-hanoi

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

IDRIS TOWER OF Hanoi

A super type safe implementation of the game of the tower of Hanoi

HOW TO USE IT

You can compile it using

idris Hanoi.idr -p effects -o hanoi

and then play it using

./hanoi

IN THE BROWSER

You can compile it with

idris Hanoi.idr -p effects -o hanoi.js --codegen javascript

and open hanoi.html to play the game in the browser console

About

a super type safe implementation of the game of the Tower of Hanoi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published