Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 507 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 507 Bytes

Summary

elm-mazes

Implementing Mazes in Elm from @Jamis Buck's awesome book Mazes for Programmers.

Using deadfoxygrandpa/Elm-Test for TDD

Netlify Status

Requirements

npm install

Build

npm run build

Run

open index.html

to see it in action!

Source

github