An open API service indexing awesome lists of open source software.

https://github.com/altenwald/zero

Zero Card Game
https://github.com/altenwald/zero

card elixir-game game uno

Last synced: 2 months ago
JSON representation

Zero Card Game

Awesome Lists containing this project

README

          

# 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](https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RC5F8STDA6AXE)

## 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!