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
- Host: GitHub
- URL: https://github.com/nicolasff/mazes-erlang
- Owner: nicolasff
- Created: 2010-02-19T23:46:32.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2010-02-19T23:58:24.000Z (over 16 years ago)
- Last Synced: 2024-12-26T04:44:04.749Z (over 1 year ago)
- Language: Erlang
- Homepage:
- Size: 72.3 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Maze generation in Erlang with SDL
==================================
Output:

### 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.