Skip to content

altenwald/zero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zero

Zero Cards Game... yes, it's similar to Uno™ but I don't like to say "Uno" when only remains a card in my 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:

ZeroConsole.start

For both terminals and following the instructions.

Enjoy!