An open API service indexing awesome lists of open source software.

https://github.com/3noch/erlang-maze

Distributed Erlang maze-solver for educational purposes.
https://github.com/3noch/erlang-maze

Last synced: 8 months ago
JSON representation

Distributed Erlang maze-solver for educational purposes.

Awesome Lists containing this project

README

          

Intro
=====
This is a simple Erlang program written explicitly for education.

It was written in March, 2012 by Elliot Cameron from Covenant Eyes.

To Run
------
$ erl
1> c('easy_maze').
{ok,easy_maze}
2> c('mapper').
{ok,mapper}
3> mapper:home(5).