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
- Host: GitHub
- URL: https://github.com/altenwald/zero
- Owner: altenwald
- Created: 2019-09-11T12:32:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T22:51:28.000Z (over 2 years ago)
- Last Synced: 2025-07-10T04:02:17.850Z (3 months ago)
- Topics: card, elixir-game, game, uno
- Language: Elixir
- Size: 17 MB
- Stars: 8
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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:
[](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!