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

https://github.com/nicolasff/mazes-erlang

Mazes in Erlang using Kruskal’s algorithm
https://github.com/nicolasff/mazes-erlang

Last synced: 9 months ago
JSON representation

Mazes in Erlang using Kruskal’s algorithm

Awesome Lists containing this project

README

          

Maze generation in Erlang with SDL
==================================

Output:
![60×60](http://imgur.com/uV4XR.png)

### Setup
* Install `erlang-esdl` and `erlang-esdl-dev`.
* Compile with `erlc maze_gen.erl ui.erl`

### Run
`erl -pa /usr/lib/esdl/ebin/ -run ui demo`
Hit `Esc` to close the SDL window.