A deck-building game themed to professional wrestling.
In order to run this program, you must have Erlang installed on your system. Go to erlang.org/downloads to download the latest version. If you have Elixir installed, (elixir -v
) you're good.
git clone git@github.com:derekhouck/Main-Event-Draw.git
cd main-event-draw
./main_event_draw
If you want to watch the computer play the game, add the autorun
flag:
./main_event_draw --autorun
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/main_event_draw.