/ex_mon

Just a simple game developed with Elixir for learning purposes.

Primary LanguageElixirMIT LicenseMIT

ExMon

Just a simple game developed with Elixir for learning purposes.

The project still under development and might be different from version to another.

Installation

Clone the repository with the following command

git clone https://github.com/eng-gabrielscardoso/ex_mon.git

After it, you could run the following command to install the deps

mix deps.get

Finally, run the following command to run the interactive elixir REPL with the compiled modules

iex -S mix

Dockerised version still under development

Licence

This project is licensed under the MIT License. See HERE