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.
- Host: GitHub
- URL: https://github.com/3noch/erlang-maze
- Owner: 3noch
- Created: 2012-03-13T16:40:45.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-03-14T17:51:25.000Z (over 14 years ago)
- Last Synced: 2025-05-16T15:11:22.686Z (about 1 year ago)
- Language: Erlang
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).