Elixir lang educational project - a simple roguelike.
Requires elixir 1.14.0 and mix
.
To install the dependencies, run mix deps.get
in the command line terminal of your choice from the project root.
If the dependencies have been installed, you should be able to run the application with mix run lib/eloxubur.ex
.
At the moment all you can do is walk around in a procedurally generated map. To add more features, fork the repo, add the feature, and create a pull request.