Skip to content

oliverswitzer/maze_elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MazeElixir

A fun CLI-based maze that uses ratatouille, a terminal UI library in elixir.

How to play

mix run lib/app.ex

Demo of CLI Maze App

Add new mazes in lib/mazes. They adhere the following pattern:

"*" - wall
" " - moveable space
"s" - starting position
"E" - ending position

About

A fun, interactive CLI maze built in Elixir!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages