Zero
Zero Cards Game... yes, it's similar to Uno™ but I don't like to say "Uno" when only remains a card in your hand.
If you love this content and want we can generate more, you can support us:
Getting Started
It's easy, you only needs to download the source code and ensure you have installed Erlang and Elixir. Then you can open two terminals and in one of them:
iex --sname zero@localhost --cookie zerogame -S mix run
And in the other terminal:
iex --sname zero2@localhost --cookie zerogame --remsh zero@localhost
At this point both consoles are connected to the same node in different processes so, you can run:
Zero.start
For both terminals and following the instructions.
A sample about how to play:
Enjoy!

