Jump to content

Maze generation: Difference between revisions

m
(→‎{{header|Elixir}}: change :random -> :rand module, Process dictionary -> Map)
Line 1,812:
=={{header|Elixir}}==
{{trans|D}}
used a Process dictionary.
<lang elixir>defmodule Maze do
def generate(w, h) do
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.