Skip to content

nicolasff/mazes-erlang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Maze generation in Erlang with SDL

Output:
60×60

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.

About

Mazes in Erlang using Kruskal’s algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages