Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
rel
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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:

paypal

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:

Playing Zero

Enjoy!

You can’t perform that action at this time.