# mazes-erlang **Repository Path**: mirrors_nicolasff/mazes-erlang ## Basic Information - **Project Name**: mazes-erlang - **Description**: Mazes in Erlang using Kruskal’s algorithm - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2025-12-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.